gov.llnl.babel.config

Class 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.

Method Summary

static void
main(argv[] )
Method main is the entry point for the unit test.

Method Details

main

public static void main(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.