org.jaudiotagger.tag.vorbiscomment
Class VorbisImageTest

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

public class VorbisImageTest
extends AbstractTestCase


Constructor Summary
VorbisImageTest()
           
 
Method Summary
 void testReadFileWithLargeImageTag()
          Test can read file with base64 encoded image thats spans multiple ogg pages

Fails:Doesnt give error but doesnt read image

 void testReadFileWithSmallImageTag()
          Test can read file with base64 encoded image from ogg

Works

 void testWriteImage1()
          Write and read image using lowest level methods
 void testWriteImage2()
          Write Image using new method, read using lowlevel
 void testWriteImage3()
          Write Image using lowlevel , read using new method
 
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

VorbisImageTest

public VorbisImageTest()
Method Detail

testReadFileWithSmallImageTag

public void testReadFileWithSmallImageTag()
Test can read file with base64 encoded image from ogg

Works


testReadFileWithLargeImageTag

public void testReadFileWithLargeImageTag()
Test can read file with base64 encoded image thats spans multiple ogg pages

Fails:Doesnt give error but doesnt read image


testWriteImage1

public void testWriteImage1()
Write and read image using lowest level methods


testWriteImage2

public void testWriteImage2()
Write Image using new method, read using lowlevel


testWriteImage3

public void testWriteImage3()
Write Image using lowlevel , read using new method



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