sdl.test.junit
Class TestCDRom

java.lang.Object
  |
  +--TestCase
        |
        +--sdl.test.junit.TestCDRom

public class TestCDRom
extends TestCase

See Also:
Serialized Form

Constructor Summary
TestCDRom(java.lang.String str)
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testEject()
           
 void testGetName()
           
 void testNbDrives()
           
 void testOpen()
           
 void testPauseResume()
          This should be played after testPlay when using Junit...
 void testPlay()
           
 void testStop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCDRom

public TestCDRom(java.lang.String str)
Method Detail

testNbDrives

public void testNbDrives()
                  throws java.lang.Exception
java.lang.Exception

testGetName

public void testGetName()
                 throws java.lang.Exception
java.lang.Exception

testOpen

public void testOpen()
              throws java.lang.Exception
java.lang.Exception

testPlay

public void testPlay()
              throws java.lang.Exception
java.lang.Exception

testPauseResume

public void testPauseResume()
                     throws java.lang.Exception
This should be played after testPlay when using Junit... so wait for some time to let the first track begin...

java.lang.Exception

testStop

public void testStop()
              throws java.lang.Exception
java.lang.Exception

testEject

public void testEject()
               throws java.lang.Exception
java.lang.Exception

setUp

public void setUp()
           throws java.lang.Exception
java.lang.Exception

tearDown

public void tearDown()
              throws java.lang.Exception
java.lang.Exception