org.igfay.jfig
Class JFigTester

java.lang.Object
  extended byTestCase
      extended byorg.igfay.jfig.JFigTester
All Implemented Interfaces:
JFigListener

public class JFigTester
extends TestCase
implements JFigListener

JFigTester Note: Start with args -Dconfig.filename=bconrad.config.xml

Author:
bconrad
See Also:
Serialized Form

Constructor Summary
JFigTester()
           
JFigTester(java.lang.String arg0)
           
 
Method Summary
 void configurationUpdate(JFigEvent event)
           
static java.lang.String getTestValue()
           
static void main(java.lang.String[] args)
           
static void testBasic()
           
static void testClasspath()
           
static void testConfigFileNotFound()
           
static void testConfigLocationFile()
           
static void testConvert()
           
static void testConvertFile()
           
static void testConvertFileEdh()
           
static void testDefault()
           
static void testDoubleSubstitution()
           
 void testException()
           
static void testGetValuesStartingWith()
           
static void testInitializeException()
           
static void testInitializeIncludeException()
           
static void testNullValue()
           
static void testPrint()
           
static void testProperties()
           
static void testReprocessAndNotify()
           
static void testReprocessConfigFileNotFound()
           
static void testSchmoopsie()
           
static void testSectionAsProperties()
           
static void testSettingProperties()
           
static void testSubstitution()
           
static void testUsingProperties()
           
static void xtestPerformance()
           
static void xtestPerformanceSimple()
           
static void xtestSubsection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JFigTester

public JFigTester()

JFigTester

public JFigTester(java.lang.String arg0)
Method Detail

main

public static void main(java.lang.String[] args)

xtestSubsection

public static void xtestSubsection()

testClasspath

public static void testClasspath()

testConfigLocationFile

public static void testConfigLocationFile()

getTestValue

public static java.lang.String getTestValue()

testBasic

public static void testBasic()

testDefault

public static void testDefault()

testProperties

public static void testProperties()

testSubstitution

public static void testSubstitution()

testDoubleSubstitution

public static void testDoubleSubstitution()

testPrint

public static void testPrint()

testGetValuesStartingWith

public static void testGetValuesStartingWith()

testUsingProperties

public static void testUsingProperties()

testSettingProperties

public static void testSettingProperties()

testSectionAsProperties

public static void testSectionAsProperties()

testNullValue

public static void testNullValue()

testReprocessAndNotify

public static void testReprocessAndNotify()

testException

public void testException()

testConfigFileNotFound

public static void testConfigFileNotFound()

testReprocessConfigFileNotFound

public static void testReprocessConfigFileNotFound()

testInitializeException

public static void testInitializeException()

testInitializeIncludeException

public static void testInitializeIncludeException()

testConvert

public static void testConvert()

testConvertFile

public static void testConvertFile()

testConvertFileEdh

public static void testConvertFileEdh()

testSchmoopsie

public static void testSchmoopsie()

xtestPerformance

public static void xtestPerformance()

xtestPerformanceSimple

public static void xtestPerformanceSimple()

configurationUpdate

public void configurationUpdate(JFigEvent event)
Specified by:
configurationUpdate in interface JFigListener
See Also:
gov.llnl.ais.util.JFig.JFigListener#JFigurationUpdate(gov.llnl.ais.util.JFig.JFigEvent)