org.jaudiotagger.tag.real
Class RealReadTagTest

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

public class RealReadTagTest
extends AbstractTestCase


Constructor Summary
RealReadTagTest()
           
 
Method Summary
 void checkRealTag(String filename, String title, String artist, String comment)
           
 void test01()
           
 void test02()
           
 void test03()
           
 void test04()
           
 void test05ra()
           
 void test05rm()
           
 void test06()
           
 void test07()
           
 void test08()
           
 void test09()
           
 void test10()
           
 
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

RealReadTagTest

public RealReadTagTest()
Method Detail

test01

public void test01()
            throws InvalidAudioFrameException,
                   IOException,
                   ReadOnlyFileException,
                   TagException,
                   CannotReadException
Throws:
InvalidAudioFrameException
IOException
ReadOnlyFileException
TagException
CannotReadException

test02

public void test02()
            throws InvalidAudioFrameException,
                   IOException,
                   ReadOnlyFileException,
                   TagException,
                   CannotReadException
Throws:
InvalidAudioFrameException
IOException
ReadOnlyFileException
TagException
CannotReadException

test03

public void test03()
            throws InvalidAudioFrameException,
                   IOException,
                   ReadOnlyFileException,
                   TagException,
                   CannotReadException
Throws:
InvalidAudioFrameException
IOException
ReadOnlyFileException
TagException
CannotReadException

test04

public void test04()
            throws InvalidAudioFrameException,
                   IOException,
                   ReadOnlyFileException,
                   TagException,
                   CannotReadException
Throws:
InvalidAudioFrameException
IOException
ReadOnlyFileException
TagException
CannotReadException

test05ra

public void test05ra()
              throws InvalidAudioFrameException,
                     IOException,
                     ReadOnlyFileException,
                     TagException,
                     CannotReadException
Throws:
InvalidAudioFrameException
IOException
ReadOnlyFileException
TagException
CannotReadException

test05rm

public void test05rm()
              throws InvalidAudioFrameException,
                     IOException,
                     ReadOnlyFileException,
                     TagException,
                     CannotReadException
Throws:
InvalidAudioFrameException
IOException
ReadOnlyFileException
TagException
CannotReadException

test06

public void test06()
            throws InvalidAudioFrameException,
                   IOException,
                   ReadOnlyFileException,
                   TagException,
                   CannotReadException
Throws:
InvalidAudioFrameException
IOException
ReadOnlyFileException
TagException
CannotReadException

test07

public void test07()
            throws InvalidAudioFrameException,
                   IOException,
                   ReadOnlyFileException,
                   TagException,
                   CannotReadException
Throws:
InvalidAudioFrameException
IOException
ReadOnlyFileException
TagException
CannotReadException

test08

public void test08()
            throws InvalidAudioFrameException,
                   IOException,
                   ReadOnlyFileException,
                   TagException,
                   CannotReadException
Throws:
InvalidAudioFrameException
IOException
ReadOnlyFileException
TagException
CannotReadException

test09

public void test09()
            throws InvalidAudioFrameException,
                   IOException,
                   ReadOnlyFileException,
                   TagException,
                   CannotReadException
Throws:
InvalidAudioFrameException
IOException
ReadOnlyFileException
TagException
CannotReadException

test10

public void test10()
            throws InvalidAudioFrameException,
                   IOException,
                   ReadOnlyFileException,
                   TagException,
                   CannotReadException
Throws:
InvalidAudioFrameException
IOException
ReadOnlyFileException
TagException
CannotReadException

checkRealTag

public void checkRealTag(String filename,
                         String title,
                         String artist,
                         String comment)
                  throws InvalidAudioFrameException,
                         IOException,
                         ReadOnlyFileException,
                         TagException,
                         CannotReadException
Throws:
InvalidAudioFrameException
IOException
ReadOnlyFileException
TagException
CannotReadException


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