dk.dmi.jog.test
Class FileHandlingLocalTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bydk.dmi.jog.test.FileHandlingLocalTest
All Implemented Interfaces:
junit.framework.Test

public class FileHandlingLocalTest
extends junit.framework.TestCase

Class used for testing the FileHandlingLocal class.


Constructor Summary
FileHandlingLocalTest()
           
 
Method Summary
static void main(String[] args)
           
protected  void setUp()
          Test fixture setup method.
static junit.framework.Test suite()
          Test suite method to create a TestSuite consisting of all test methods in this class.
 void testGetInstance()
           
 
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

FileHandlingLocalTest

public FileHandlingLocalTest()
Method Detail

main

public static void main(String[] args)

setUp

protected void setUp()
Test fixture setup method.


suite

public static junit.framework.Test suite()
Test suite method to create a TestSuite consisting of all test methods in this class.

Returns:
a TestSuite.

testGetInstance

public void testGetInstance()