| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.llnl.babel.config.ConfigurationTest
public class ConfigurationTest
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 mainis 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 | 
|---|
public ConfigurationTest()
| Method Detail | 
|---|
public static void main(java.lang.String[] argv)
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.
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||