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

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

public class AudioFormatTestCase
extends TestCase


Constructor Summary
AudioFormatTestCase(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

AudioFormatTestCase

public AudioFormatTestCase(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()