org.tritonus.test
Class BaseAudioFileReaderTestCase

java.lang.Object
  extended by TestCase
      extended by org.tritonus.test.BaseProviderTestCase
          extended by org.tritonus.test.BaseAudioFileReaderTestCase
Direct Known Subclasses:
Aiff12bitAudioFileReaderTestCase, AiffAudioFileReaderTestCase, AuAudioFileReaderTestCase, AuZeroDataLengthAudioFileReaderTestCase, GSMAudioFileReaderTestCase, Mp3AudioFileReaderTestCase, VorbisAudioFileReaderTestCase, WaveAudioFileReaderTestCase

public class BaseAudioFileReaderTestCase
extends BaseProviderTestCase


Constructor Summary
BaseAudioFileReaderTestCase(java.lang.String strName)
           
 
Method Summary
 void testAudioFileFormatFile()
           
 void testAudioFileFormatInputStream()
           
 void testAudioFileFormatURL()
           
 void testAudioInputStreamFile()
           
 void testAudioInputStreamInputStream()
           
 void testAudioInputStreamURL()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseAudioFileReaderTestCase

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

testAudioFileFormatFile

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

testAudioFileFormatURL

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

testAudioFileFormatInputStream

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

testAudioInputStreamFile

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

testAudioInputStreamURL

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

testAudioInputStreamInputStream

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