gov.llnl.babel.config
Class ConfigurationTest

java.lang.Object
  extended by gov.llnl.babel.config.ConfigurationTest

public class ConfigurationTest
extends java.lang.Object

Class ConfigurationTest is a simple unit test for the Configuration class. It takes one or two command line arguments. If one argument is provided, then that argument must be the URI of the configuration XML file; no validation against the configuration metadata file will be performned. If two arguments are provided, then the first is the URI of the metadata XML file and the second is the URI of the configuration XML file. The configuration information in the configuration XML file will be reported to the system output.


Constructor Summary
ConfigurationTest()
           
 
Method Summary
static void main(java.lang.String[] argv)
          Method main is the entry point for the unit test.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationTest

public ConfigurationTest()
Method Detail

main

public static void main(java.lang.String[] argv)
Method main is the entry point for the unit test. It takes one or two arguments (see the class documentation). The contents of the configuration XML file are echoed to the system output.