Class SoundTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by SoundTest
All Implemented Interfaces:
junit.framework.Test

public class SoundTest
extends junit.framework.TestCase

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


Constructor Summary
SoundTest()
           
 
Method Summary
 void testPickAndPlay()
          A test method.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SoundTest

public SoundTest()
Method Detail

testPickAndPlay

public void testPickAndPlay()
                     throws SoundException
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.)

Throws:
SoundException