grace.log.test.properties
Class PropertyLoadingTest

java.lang.Object
  |
  +--grace.log.test.properties.PropertyLoadingTest

public class PropertyLoadingTest
extends java.lang.Object


Constructor Summary
PropertyLoadingTest()
           
 
Method Summary
 void functionAAAToTest()
           
 void functionBBBToTest()
           
 void functionCCCToTest()
           
static void main(java.lang.String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyLoadingTest

public PropertyLoadingTest()
Method Detail

main

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

run

public void run()

functionAAAToTest

public void functionAAAToTest()

functionBBBToTest

public void functionBBBToTest()

functionCCCToTest

public void functionCCCToTest()