[ini4j]

org.ini4j
Class RegTest

Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by Ini4jCase
              extended by RegTest
All Implemented Interfaces:
junit.framework.Test

public class RegTest
extends Ini4jCase


Constructor Summary
RegTest()
           
 
Method Summary
 void proba()
           
 void testDwarfs()
           
 void testInvalidFileFormatException()
           
 void testIsWindwos()
           
 void testLoad()
           
 void testLoadFileNotFoundException()
           
 void testLoadSave()
           
 void testMissingVersion()
           
 void testNonWindwosExec()
           
 void testReadException()
           
 void testReadWrite()
           
 void testStore()
           
 void testStoreFileNotFoundException()
           
 void testUnsupportedOperatingSystem()
           
 
Methods inherited from class Ini4jCase
missing, 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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegTest

public RegTest()
Method Detail

proba

public void proba()
           throws Exception
Throws:
Exception

testDwarfs

public void testDwarfs()
                throws Exception
Throws:
Exception

testInvalidFileFormatException

public void testInvalidFileFormatException()
                                    throws Exception
Throws:
Exception

testIsWindwos

public void testIsWindwos()

testLoad

public void testLoad()
              throws Exception
Throws:
Exception

testLoadFileNotFoundException

public void testLoadFileNotFoundException()
                                   throws Exception
Throws:
Exception

testLoadSave

public void testLoadSave()
                  throws Exception
Throws:
Exception

testMissingVersion

public void testMissingVersion()
                        throws Exception
Throws:
Exception

testNonWindwosExec

public void testNonWindwosExec()
                        throws Exception
Throws:
Exception

testReadException

public void testReadException()
                       throws Exception
Throws:
Exception

testReadWrite

public void testReadWrite()
                   throws Exception
Throws:
Exception

testStore

public void testStore()
               throws Exception
Throws:
Exception

testStoreFileNotFoundException

public void testStoreFileNotFoundException()
                                    throws Exception
Throws:
Exception

testUnsupportedOperatingSystem

public void testUnsupportedOperatingSystem()
                                    throws Exception
Throws:
Exception

[ini4j]