org.jaudiotagger.tag.id3
Class ID3v23TagTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.jaudiotagger.tag.id3.ID3v23TagTest
All Implemented Interfaces:
junit.framework.Test

public class ID3v23TagTest
extends junit.framework.TestCase


Constructor Summary
ID3v23TagTest(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 testCreateID3v23FromID3v11()
           
 void testCreateID3v23FromID3v24knownInV3()
          Test converting a v24 tag to a v23 tag, the v24 tag contains:

A frame which is known in v24 and v23

 void testCreateID3v23FromID3v24UnknownInV3()
          Test converting a v24 tag to a v23 tag, the v24 tag contains:

A frame which is known in v24 but not v23

 void testCreateIDv23Tag()
           
 void testDeleteID3v23Tag()
           
 void testReadID3v1ID3v23Tag()
           
 void testReadID3v23Tag()
           
 void testReadPaddedID3v23Tag()
           
 
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
 

Constructor Detail

ID3v23TagTest

public ID3v23TagTest(String arg0)
Constructor

Parameters:
arg0 -
Method Detail

main

public static void main(String[] args)
Command line entrance.

Parameters:
args -

setUp

protected void setUp()
Overrides:
setUp in class junit.framework.TestCase

tearDown

protected void tearDown()
Overrides:
tearDown in class junit.framework.TestCase

suite

public static junit.framework.Test suite()
Builds the Test Suite.

Returns:
the Test Suite.

testReadID3v1ID3v23Tag

public void testReadID3v1ID3v23Tag()

testReadID3v23Tag

public void testReadID3v23Tag()

testReadPaddedID3v23Tag

public void testReadPaddedID3v23Tag()

testDeleteID3v23Tag

public void testDeleteID3v23Tag()

testCreateIDv23Tag

public void testCreateIDv23Tag()

testCreateID3v23FromID3v11

public void testCreateID3v23FromID3v11()

testCreateID3v23FromID3v24knownInV3

public void testCreateID3v23FromID3v24knownInV3()
                                         throws Exception
Test converting a v24 tag to a v23 tag, the v24 tag contains:

A frame which is known in v24 and v23

Throws:
Exception

testCreateID3v23FromID3v24UnknownInV3

public void testCreateID3v23FromID3v24UnknownInV3()
                                           throws Exception
Test converting a v24 tag to a v23 tag, the v24 tag contains:

A frame which is known in v24 but not v23

Throws:
Exception


Copyright © 2005-2009 java.net. All Rights Reserved.