org.jaudiotagger.tag.id3
Class FrameTMOOTest

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

public class FrameTMOOTest
extends AbstractTestCase

Test TSOP and XSOP (Title Sort) Frame


Constructor Summary
FrameTMOOTest()
           
 
Method Summary
static ID3v24Frame getInitialisedFrame()
           
 void testConvertMultiV23ToV24()
           
 void testConvertV23ToV24()
          Testing not only conversion of MOOD but also what happens when have two frame of different types (TMOO and TXXX) that become the same type TXXX
 void testConvertV24ToV23()
          Testing not only conversion of MOOD but also what hapens when have two frame of different types (TMOO and TXXX) that become the same type TXXX
 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

FrameTMOOTest

public FrameTMOOTest()
Method Detail

getInitialisedFrame

public static ID3v24Frame getInitialisedFrame()

testCreateID3v24Frame

public void testCreateID3v24Frame()

testSaveToFile

public void testSaveToFile()
                    throws Exception
Throws:
Exception

testSaveEmptyFrameToFile

public void testSaveEmptyFrameToFile()
                              throws Exception
Throws:
Exception

testConvertV24ToV23

public void testConvertV24ToV23()
                         throws Exception
Testing not only conversion of MOOD but also what hapens when have two frame of different types (TMOO and TXXX) that become the same type TXXX

Throws:
Exception

testConvertV23ToV24

public void testConvertV23ToV24()
                         throws Exception
Testing not only conversion of MOOD but also what happens when have two frame of different types (TMOO and TXXX) that become the same type TXXX

Throws:
Exception

testConvertMultiV23ToV24

public void testConvertMultiV23ToV24()
                              throws Exception
Throws:
Exception


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