|
|||||||||
| 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.tag.id3.NewInterfaceTest
public class NewInterfaceTest
Testing retrofitting of entagged interfaces
| Field Summary | |
|---|---|
static String |
ALBUM_TEST_STRING
|
static String |
ALBUM_TEST_STRING2
|
private static String |
V1_ARTIST
|
| Constructor Summary | |
|---|---|
NewInterfaceTest(String arg0)
Constructor |
|
| Method Summary | |
|---|---|
static void |
main(String[] args)
Command line entrance. |
protected void |
setUp()
|
static junit.framework.Test |
suite()
Builds the Test Suite. |
protected void |
tearDown()
|
void |
testBasicWrite()
|
void |
testGenres()
Currently genres are written to and from v2 tag as is, the decoding from genre number to string has to be done manually |
void |
testIterator()
|
void |
testNewInterfaceBasicReadandWriteID3v1()
|
void |
testNewInterfaceBasicReadandWriteID3v22()
|
void |
testNewInterfaceBasicReadandWriteID3v23()
|
void |
testNewInterfaceBasicReadandWriteID3v24()
|
void |
testNewInterfaceDodgyMp3()
Test code copes with reading dodgy ID3Tag , header appears ok but gap between header and tag data |
void |
testRemoveFrameOfType()
|
void |
testSettingMultipleFramesofSameType()
Test how adding multiple frameswith new interface of same type is is handled |
| Methods inherited from class junit.framework.TestCase |
|---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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 |
| Field Detail |
|---|
private static final String V1_ARTIST
public static final String ALBUM_TEST_STRING
public static final String ALBUM_TEST_STRING2
| Constructor Detail |
|---|
public NewInterfaceTest(String arg0)
arg0 - | Method Detail |
|---|
protected void setUp()
setUp in class junit.framework.TestCaseprotected void tearDown()
tearDown in class junit.framework.TestCasepublic static void main(String[] args)
args - public static junit.framework.Test suite()
public void testBasicWrite()
public void testNewInterfaceBasicReadandWriteID3v1()
throws Exception
Exception
public void testNewInterfaceBasicReadandWriteID3v24()
throws Exception
Exception
public void testNewInterfaceBasicReadandWriteID3v23()
throws Exception
Exception
public void testNewInterfaceBasicReadandWriteID3v22()
throws Exception
Exception
public void testSettingMultipleFramesofSameType()
throws Exception
Exception
public void testNewInterfaceDodgyMp3()
throws Exception
Exception
public void testIterator()
throws Exception
Exceptionpublic void testGenres()
public void testRemoveFrameOfType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||