@Test public void testNotFoundFile() throws UnsupportedAudioFileException { playWave = new PlayWave(""); playWave.run(); }
@Test public void testRun() { playWave = new PlayWave("sound/eatFruit.wav"); playWave.run(); }