org.tritonus.test.api.midi.device
Class MidiDeviceTestCase

java.lang.Object
  extended by TestCase
      extended by org.tritonus.test.api.midi.device.BaseMidiDeviceTestCase
          extended by org.tritonus.test.api.midi.device.MidiDeviceTestCase

public class MidiDeviceTestCase
extends BaseMidiDeviceTestCase

Class for tests of javax.sound.midi.MidiDevice.


Constructor Summary
MidiDeviceTestCase(java.lang.String strName)
           
 
Method Summary
 void testGetDeviceInfo()
           
 void testGetMaxReceivers()
           
 void testGetMaxTransmitters()
           
 void testGetMicrosecondPosition()
           
 void testGetReceiver()
           
 void testGetReceivers()
           
 void testGetTransmitter()
           
 void testGetTransmitters()
           
 void testOpenClose()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MidiDeviceTestCase

public MidiDeviceTestCase(java.lang.String strName)
Method Detail

testGetDeviceInfo

public void testGetDeviceInfo()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testOpenClose

public void testOpenClose()
                   throws java.lang.Exception
Throws:
java.lang.Exception

testGetMicrosecondPosition

public void testGetMicrosecondPosition()
                                throws java.lang.Exception
Throws:
java.lang.Exception

testGetMaxReceivers

public void testGetMaxReceivers()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testGetMaxTransmitters

public void testGetMaxTransmitters()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testGetReceiver

public void testGetReceiver()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testGetReceivers

public void testGetReceivers()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testGetTransmitter

public void testGetTransmitter()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testGetTransmitters

public void testGetTransmitters()
                         throws java.lang.Exception
Throws:
java.lang.Exception