org.jaudiotagger.audio.asf.tag
Class AsfTagTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.jaudiotagger.audio.asf.tag.AsfTagTest
All Implemented Interfaces:
junit.framework.Test

public class AsfTagTest
extends junit.framework.TestCase

Tests tag implementations.

Author:
Christian Laireiter

Constructor Summary
AsfTagTest()
           
 
Method Summary
 void testEmptyField()
          This method tests the insertion of fields (or data) with empty content.
 void testIdentifierConversion()
          tests the mixed use of AsfFieldKey and FieldKey.
 void testMixedIdentifiers()
           
 void testUncommonAsfTagFields()
           
 
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

AsfTagTest

public AsfTagTest()
Method Detail

testEmptyField

public void testEmptyField()
                    throws FieldDataInvalidException
This method tests the insertion of fields (or data) with empty content.

Throws:
FieldDataInvalidException

testIdentifierConversion

public void testIdentifierConversion()
                              throws FieldDataInvalidException
tests the mixed use of AsfFieldKey and FieldKey.

Throws:
FieldDataInvalidException

testMixedIdentifiers

public void testMixedIdentifiers()
                          throws Exception
Throws:
Exception

testUncommonAsfTagFields

public void testUncommonAsfTagFields()


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