|
|||||||||
| 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.jaudiotagger.AbstractTestCase
org.jaudiotagger.tag.id3.FrameCOMMTest
public class FrameCOMMTest
Test POPMFrameBody
| Constructor Summary | |
|---|---|
FrameCOMMTest()
|
|
| Method Summary | |
|---|---|
void |
testReadFileContainingInvalidSizeCOMMFrame()
Should run without throwing Runtime excception, although COMMFrame wont be loaded and will throwe invalid size exception |
void |
testReadFileContainingInvalidTextEncodingCOMMFrame()
Should run without throwing Runtime excception, although COMMFrame wont be loaded and will throwe invalid datatype exception |
void |
testreadFrameContainingInvalidlanguageCodeCOMMFrame()
Can read file containing a language code that does not actually map to a code , and write it back In this real example the language code has been held as three space characters |
void |
testsaveFileContainingNullLanguageCodeCOMMFrame()
Can write file containing a COMM Frame with null language code |
| Methods inherited from class org.jaudiotagger.AbstractTestCase |
|---|
assertErrorMessage, copy, copyAudioToTmp, copyAudioToTmp, copyAudioToTmp, setUp |
| Methods inherited from class junit.framework.TestCase |
|---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FrameCOMMTest()
| Method Detail |
|---|
public void testReadFileContainingInvalidSizeCOMMFrame()
throws Exception
Exception
public void testReadFileContainingInvalidTextEncodingCOMMFrame()
throws Exception
Exception
public void testreadFrameContainingInvalidlanguageCodeCOMMFrame()
throws Exception
Exception
public void testsaveFileContainingNullLanguageCodeCOMMFrame()
throws Exception
Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||