org.jaudiotagger.tag.id3
Class FrameRVADAndRVA2Test

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

public class FrameRVADAndRVA2Test
extends AbstractTestCase

Test RVAD (v23) and RVA2 (V24) frames


Constructor Summary
FrameRVADAndRVA2Test()
           
 
Method Summary
static String cmp(byte[] a, byte[] b)
           
static ID3v24Frame getInitialisedFrame()
           
static ID3v22Frame getV22InitialisedFrame()
           
static ID3v23Frame getV23InitialisedFrame()
           
 void testConvertV22ToV24()
           
 void testConvertV24ToV22()
           
 void testConvertV24ToV23()
           
 void testCreateID3v22Frame()
           
 void testCreateID3v23Frame()
           
 void testCreateID3v24Frame()
           
 void testSaveToFile()
           
 
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

FrameRVADAndRVA2Test

public FrameRVADAndRVA2Test()
Method Detail

cmp

public static String cmp(byte[] a,
                         byte[] b)

getInitialisedFrame

public static ID3v24Frame getInitialisedFrame()

getV23InitialisedFrame

public static ID3v23Frame getV23InitialisedFrame()

getV22InitialisedFrame

public static ID3v22Frame getV22InitialisedFrame()

testCreateID3v24Frame

public void testCreateID3v24Frame()

testCreateID3v23Frame

public void testCreateID3v23Frame()

testCreateID3v22Frame

public void testCreateID3v22Frame()

testSaveToFile

public void testSaveToFile()
                    throws Exception
Throws:
Exception

testConvertV24ToV23

public void testConvertV24ToV23()
                         throws Exception
Throws:
Exception

testConvertV24ToV22

public void testConvertV24ToV22()
                         throws Exception
Throws:
Exception

testConvertV22ToV24

public void testConvertV22ToV24()
                         throws Exception
Throws:
Exception


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