test.unittests
Class FileFormatTest

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

public class FileFormatTest
extends TestCase


Constructor Summary
FileFormatTest(java.lang.String arg0)
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testAddFileExtension()
          Test method for FileFormat.addFileExtension(java.lang.String).
 void testGetFID()
          Test method for FileFormat.getFID().
 void testGetFileExtensions()
          Test method for FileFormat.getFileExtensions().
 void testGetFileFormat()
          Test method for FileFormat.getFileFormat(java.lang.String).
 void testGetFileFormatKeys()
          Test method for FileFormat.getFileFormatKeys().
 void testGetFileFormats()
          Test method for FileFormat.getFileFormats().
 void testGetInstance()
          Test method for FileFormat.getInstance(java.lang.String).
 void testGetNumberOfMembers()
          Test method for FileFormat.getNumberOfMembers().
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileFormatTest

public FileFormatTest(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

testGetNumberOfMembers

public final void testGetNumberOfMembers()
Test method for FileFormat.getNumberOfMembers().


testGetFileFormat

public final void testGetFileFormat()
Test method for FileFormat.getFileFormat(java.lang.String).


testGetFileFormatKeys

public final void testGetFileFormatKeys()
Test method for FileFormat.getFileFormatKeys().


testGetFileExtensions

public final void testGetFileExtensions()
Test method for FileFormat.getFileExtensions().


testGetFID

public final void testGetFID()
Test method for FileFormat.getFID().


testAddFileExtension

public final void testAddFileExtension()
Test method for FileFormat.addFileExtension(java.lang.String).


testGetInstance

public final void testGetInstance()
Test method for FileFormat.getInstance(java.lang.String).


testGetFileFormats

public final void testGetFileFormats()
Test method for FileFormat.getFileFormats().