org.tritonus.test.api.sampled.misc
Class AudioFileFormatTestCase

java.lang.Object
  extended by TestCase
      extended by org.tritonus.test.api.sampled.misc.AudioFileFormatTestCase

public class AudioFileFormatTestCase
extends TestCase


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

Constructor Detail

AudioFileFormatTestCase

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

testNoMap

public void testNoMap()

testNullMap

public void testNullMap()

testEmptyMap

public void testEmptyMap()

testCopying

public void testCopying()

testUnmodifiable

public void testUnmodifiable()

testGet

public void testGet()