test.unittests
Class DataFormatTest

java.lang.Object
  extended by TestCase
      extended by test.unittests.DataFormatTest

public class DataFormatTest
extends TestCase


Constructor Summary
DataFormatTest(java.lang.String arg0)
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testGetFile()
          Test method for DataFormat.getFile().
 void testGetMetadata()
          Test method for DataFormat.getMetadata().
 void testRemoveMetadata()
          Test method for DataFormat.removeMetadata(java.lang.Object).
 void testWriteMetadata()
          Test method for DataFormat.writeMetadata(java.lang.Object).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataFormatTest

public DataFormatTest(java.lang.String arg0)
Parameters:
arg0 -
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testGetFile

public final void testGetFile()
Test method for DataFormat.getFile().


testGetMetadata

public final void testGetMetadata()
Test method for DataFormat.getMetadata().


testWriteMetadata

public final void testWriteMetadata()
Test method for DataFormat.writeMetadata(java.lang.Object).


testRemoveMetadata

public final void testRemoveMetadata()
Test method for DataFormat.removeMetadata(java.lang.Object).