org.tritonus.test.api.midi.misc
Class MidiFileFormatTestCase

java.lang.Object
  extended by TestCase
      extended by org.tritonus.test.api.midi.misc.MidiFileFormatTestCase

public class MidiFileFormatTestCase
extends TestCase


Constructor Summary
MidiFileFormatTestCase(java.lang.String strName)
           
 
Method Summary
 void testCopying()
           
 void testEmptyMap()
           
 void testGet()
           
 void testGetValues()
           
 void testNoMap()
           
 void testNullMap()
           
 void testUnmodifiable()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MidiFileFormatTestCase

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

testGetValues

public void testGetValues()

testNoMap

public void testNoMap()

testNullMap

public void testNullMap()

testEmptyMap

public void testEmptyMap()

testCopying

public void testCopying()

testUnmodifiable

public void testUnmodifiable()

testGet

public void testGet()