Skip to content

Commit

Permalink
Merge pull request #377 from psrochat/fb-saxophone-spec
Browse files Browse the repository at this point in the history
Fixed issue #372 in SaxophoneTest.java
  • Loading branch information
wasadigi authored Mar 8, 2017
2 parents 25564b8 + 72fe006 commit 72fb382
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
package ch.heigvd.res.lab00;

import org.junit.Assert;
import org.junit.Test;

import static org.junit.jupiter.api.Assertions.*;

public class SaxophoneTest {


@Test
public void aSaxophoneShouldMakePouetPouet() {
IInstrument saxophone = new Saxophone();
String sound = saxophone.play();
Expand Down

0 comments on commit 72fb382

Please sign in to comment.