|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.kc7bfi.jflac.sound.spi.FlacAudioFileReaderTest
public class FlacAudioFileReaderTest
FlacAudioFileReaderTest.
Date: 4/27/11
| Constructor Summary | |
|---|---|
FlacAudioFileReaderTest()
|
|
| Method Summary | |
|---|---|
void |
testGetAudioFileFormatWithBufferedFlacStream()
Open buffered (supporting mark()) inputstream and get format. |
void |
testGetAudioFileFormatWithFlacFile()
Open simple test file and get file format. |
void |
testGetAudioFileFormatWithUnbufferedFlacStream()
Open unbuffered inputstream, provoke IOException, because we cannot mark and reset. |
void |
testGetAudioFileFormatWithUnsupportedFile()
Provoke UnsupportedAudioFileException when trying to obtain audio file format. |
void |
testGetAudioInputStreamWithBufferedFlacStream()
Open buffered (supporting mark()) inputstream and get audio stream. |
void |
testGetAudioInputStreamWithFlacFile()
Open simple test file and get stream. |
void |
testGetAudioInputStreamWithUnbufferedFlacStream()
Open unbuffered inputstream, provoke IOException, because we cannot mark and reset. |
void |
testGetAudioInputStreamWithUnsupportedFile()
Provoke UnsupportedAudioFileException when trying to obtain stream. |
| Methods inherited from class junit.framework.TestCase |
|---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString |
| Methods inherited from class junit.framework.Assert |
|---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FlacAudioFileReaderTest()
| Method Detail |
|---|
public void testGetAudioInputStreamWithFlacFile()
throws UnsupportedAudioFileException,
IOException
UnsupportedAudioFileException
IOException
public void testGetAudioInputStreamWithBufferedFlacStream()
throws UnsupportedAudioFileException,
IOException
UnsupportedAudioFileException
IOException
public void testGetAudioInputStreamWithUnbufferedFlacStream()
throws IOException,
UnsupportedAudioFileException
IOException
UnsupportedAudioFileException
public void testGetAudioFileFormatWithBufferedFlacStream()
throws UnsupportedAudioFileException,
IOException
UnsupportedAudioFileException
IOException
public void testGetAudioFileFormatWithUnbufferedFlacStream()
throws IOException,
UnsupportedAudioFileException
IOException
UnsupportedAudioFileException
public void testGetAudioFileFormatWithFlacFile()
throws UnsupportedAudioFileException,
IOException
UnsupportedAudioFileException
IOException
public void testGetAudioInputStreamWithUnsupportedFile()
throws IOException
IOException
public void testGetAudioFileFormatWithUnsupportedFile()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||