org.apache.tika.parser.mp3
Class Mp3ParserTest

java.lang.Object
  extended by TestCase
      extended by org.apache.tika.parser.mp3.Mp3ParserTest

public class Mp3ParserTest
extends TestCase

Test case for parsing mp3 files.


Constructor Summary
Mp3ParserTest()
           
 
Method Summary
 void testID3v2Frame()
           
 void testMp3ParsingID3v1()
          Test that with only ID3v1 tags, we get some information out
 void testMp3ParsingID3v1v2()
          Test that with both id3v2 and id3v1, we prefer the details from id3v2
 void testMp3ParsingID3v2()
          Test that with only ID3v2 tags, we get the full set of information out.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mp3ParserTest

public Mp3ParserTest()
Method Detail

testMp3ParsingID3v1

public void testMp3ParsingID3v1()
                         throws java.lang.Exception
Test that with only ID3v1 tags, we get some information out

Throws:
java.lang.Exception

testMp3ParsingID3v2

public void testMp3ParsingID3v2()
                         throws java.lang.Exception
Test that with only ID3v2 tags, we get the full set of information out.

Throws:
java.lang.Exception

testMp3ParsingID3v1v2

public void testMp3ParsingID3v1v2()
                           throws java.lang.Exception
Test that with both id3v2 and id3v1, we prefer the details from id3v2

Throws:
java.lang.Exception

testID3v2Frame

public void testID3v2Frame()
                    throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2007-2010 Apache Software Foundation. All Rights Reserved.