|
|||||||||
| 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.ID3v1TagTest
public class ID3v1TagTest
| Field Summary | |
|---|---|
static String |
ALBUM
|
static String |
ARTIST
|
static String |
COMMENT
|
static String |
GENRE_VAL
|
static String |
TITLE
|
static String |
TRACK_VALUE
|
static String |
YEAR
|
| Constructor Summary | |
|---|---|
ID3v1TagTest(String arg0)
Constructor |
|
| Method Summary | |
|---|---|
static ID3v1Tag |
getInitialisedTag()
Provides an initilised object to be used in other tests to prevent code duplication |
static void |
main(String[] args)
Command line entrance. |
protected void |
setUp()
|
static junit.framework.Test |
suite()
Builds the Test Suite. |
protected void |
tearDown()
|
void |
testCreateID3v11Tag()
|
void |
testCreateID3v1FromID3v22()
|
void |
testCreateID3v1FromID3v23()
|
void |
testCreateID3v1FromID3v24()
|
void |
testNewInterface()
|
void |
testSaveID3v1TagToFile()
|
void |
testSaveID3v1TagToFileUsingTagInterface()
|
| 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 |
|---|
public static final String ARTIST
public static final String ALBUM
public static final String COMMENT
public static final String TITLE
public static final String TRACK_VALUE
public static final String GENRE_VAL
public static final String YEAR
| Constructor Detail |
|---|
public ID3v1TagTest(String arg0)
arg0 - | Method Detail |
|---|
public static ID3v1Tag getInitialisedTag()
public static void main(String[] args)
args - protected void setUp()
setUp in class junit.framework.TestCaseprotected void tearDown()
tearDown in class junit.framework.TestCasepublic static junit.framework.Test suite()
public void testCreateID3v11Tag()
public void testSaveID3v1TagToFile()
throws Exception
Exception
public void testSaveID3v1TagToFileUsingTagInterface()
throws Exception
Exceptionpublic void testCreateID3v1FromID3v24()
public void testCreateID3v1FromID3v23()
public void testCreateID3v1FromID3v22()
public void testNewInterface()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||