Skip to content

Commit

Permalink
Fixes #372
Browse files Browse the repository at this point in the history
  • Loading branch information
psrochat2 committed Mar 8, 2017
1 parent 3f2d0e4 commit 72fe006
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 72fe006

Please sign in to comment.