org.jaudiotagger.tag.id3
Class EmptyFrameTest

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

public class EmptyFrameTest
extends junit.framework.TestCase

Issue #183:Tests that tags containiing empty frames (which are not really allowed by ID3 spec, but do exist) dont prevent subsequent framesthat contain data from being read. Date: 01-Jan-2008


Constructor Summary
EmptyFrameTest()
           
 
Method Summary
 void testWriteID3v22TagWithEmptyFrameFirst()
           
 void testWriteID3v23TagWithEmptyFrameFirst()
           
 void testWriteID3v24TagWithEmptyFrameFirst()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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

EmptyFrameTest

public EmptyFrameTest()
Method Detail

testWriteID3v23TagWithEmptyFrameFirst

public void testWriteID3v23TagWithEmptyFrameFirst()
                                           throws Exception
Throws:
Exception

testWriteID3v24TagWithEmptyFrameFirst

public void testWriteID3v24TagWithEmptyFrameFirst()
                                           throws Exception
Throws:
Exception

testWriteID3v22TagWithEmptyFrameFirst

public void testWriteID3v22TagWithEmptyFrameFirst()
                                           throws Exception
Throws:
Exception


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