org.jaudiotagger.tag.id3
Class DeprecatedFrameTest

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

public class DeprecatedFrameTest
extends AbstractTestCase

Test DeprecatedFrames


Constructor Summary
DeprecatedFrameTest()
           
 
Method Summary
 void testConvertTagWithDeprecatedFrameToTagWhereFrameShouldNoLongerBeDeprecated()
           
 void testSavingV24DeprecatedTDATTagToV23()
           
 void testSavingV24DeprecatedTIMETagToV23()
           
 void testv24TagWithDeprecatedFrameShouldCreateAsDeprecated()
           
 
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

DeprecatedFrameTest

public DeprecatedFrameTest()
Method Detail

testv24TagWithDeprecatedFrameShouldCreateAsDeprecated

public void testv24TagWithDeprecatedFrameShouldCreateAsDeprecated()
                                                           throws Exception
Throws:
Exception

testConvertTagWithDeprecatedFrameToTagWhereFrameShouldNoLongerBeDeprecated

public void testConvertTagWithDeprecatedFrameToTagWhereFrameShouldNoLongerBeDeprecated()
                                                                                throws Exception
Throws:
Exception

testSavingV24DeprecatedTIMETagToV23

public void testSavingV24DeprecatedTIMETagToV23()
                                         throws Exception
Throws:
Exception

testSavingV24DeprecatedTDATTagToV23

public void testSavingV24DeprecatedTDATTagToV23()
                                         throws Exception
Throws:
Exception


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