org.tritonus.test.tritonus.share.midi
Class TMidiChannelTestCase

java.lang.Object
  extended by TestCase
      extended by org.tritonus.test.tritonus.share.midi.TMidiChannelTestCase

public class TMidiChannelTestCase
extends TestCase


Constructor Summary
TMidiChannelTestCase(java.lang.String strName)
           
 
Method Summary
 void testAllNotesOff()
           
 void testAllSoundOff()
           
 void testChannelNumber()
           
 void testLocalControl()
           
 void testNoteOff()
           
 void testProgramChange()
           
 void testResetAllControllers()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TMidiChannelTestCase

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

testChannelNumber

public void testChannelNumber()

testNoteOff

public void testNoteOff()

testProgramChange

public void testProgramChange()

testResetAllControllers

public void testResetAllControllers()

testAllNotesOff

public void testAllNotesOff()

testAllSoundOff

public void testAllSoundOff()

testLocalControl

public void testLocalControl()