org.tritonus.test.api.midi.midisystem
Class MidiSystemTestCase

java.lang.Object
  extended by TestCase
      extended by org.tritonus.test.api.midi.midisystem.MidiSystemTestCase

public class MidiSystemTestCase
extends TestCase


Constructor Summary
MidiSystemTestCase(java.lang.String strName)
           
 
Method Summary
 void testGetDevices()
           
 void testGetEachMidiDevice()
           
 void testGetWrongMidiDevice()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MidiSystemTestCase

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

testGetDevices

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

testGetEachMidiDevice

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

testGetWrongMidiDevice

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