Class SoundTest

java.lang.Object
  extended byTestCase
      extended bySoundTest

public class SoundTest
extends TestCase

A JUnit test case class. Every method starting with the word "test" will be called when running the test with JUnit.

See Also:
Serialized Form

Constructor Summary
SoundTest()
           
 
Method Summary
 void testPickAndPlay()
          A test method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoundTest

public SoundTest()
Method Detail

testPickAndPlay

public void testPickAndPlay()
A test method. (Replace "X" with a name describing the test. You may write as many "testSomething" methods in this class as you wish, and each one will be called when running JUnit over this class.)