edu.sdsc.inca.util
Class ConfigPropertiesTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byedu.sdsc.inca.util.ConfigPropertiesTest
All Implemented Interfaces:
junit.framework.Test

public class ConfigPropertiesTest
extends junit.framework.TestCase

Author:
Jim Hayes

Constructor Summary
ConfigPropertiesTest()
           
 
Method Summary
 void testLoadFromFile()
           
 void testLongArgs()
           
 void testMergeEmptyOptions()
           
 void testMergeValidOptions()
           
 void testMissingValue()
           
 void testNoArgs()
           
 void testPutAllTrimmed()
           
 void testStandardArgs()
           
 void testUnknownArg()
           
 
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

ConfigPropertiesTest

public ConfigPropertiesTest()
Method Detail

testLoadFromFile

public void testLoadFromFile()

testPutAllTrimmed

public void testPutAllTrimmed()

testMergeEmptyOptions

public void testMergeEmptyOptions()

testMergeValidOptions

public void testMergeValidOptions()

testNoArgs

public void testNoArgs()

testStandardArgs

public void testStandardArgs()

testLongArgs

public void testLongArgs()

testUnknownArg

public void testUnknownArg()

testMissingValue

public void testMissingValue()