org.jaudiotagger.tag.id3
Class FrameTIPLTest

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

public class FrameTIPLTest
extends AbstractTestCase

Test TIPL Frame


Constructor Summary
FrameTIPLTest()
           
 
Method Summary
static ID3v24Frame getInitialisedFrame()
           
static ID3v23Frame getV23InitialisedFrame()
           
 void testConvertV24ToV23()
           
 void testCreateID3v23Frame()
           
 void testCreateID3v24Frame()
           
 void testSaveEmptyFrameToFile()
           
 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

FrameTIPLTest

public FrameTIPLTest()
Method Detail

getInitialisedFrame

public static ID3v24Frame getInitialisedFrame()

getV23InitialisedFrame

public static ID3v23Frame getV23InitialisedFrame()

testCreateID3v24Frame

public void testCreateID3v24Frame()

testCreateID3v23Frame

public void testCreateID3v23Frame()

testSaveToFile

public void testSaveToFile()
                    throws Exception
Throws:
Exception

testSaveEmptyFrameToFile

public void testSaveEmptyFrameToFile()
                              throws Exception
Throws:
Exception

testConvertV24ToV23

public void testConvertV24ToV23()
                         throws Exception
Throws:
Exception


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