gov.llnl.babel.config
Class MetadataTest
java.lang.Object
gov.llnl.babel.config.MetadataTest
public class MetadataTest
extends java.lang.Object
The MetadataTest
class is a simple unit test for the
Metadata
class. It takes a single command line argument
that is a URI of a Babel XML metadata file and reports the configuration
data read from that XML file.
static void | main(argv[] ) - Method
main is the entry point for the unit test.
|
main
public static void main(argv[] )
Method main
is the entry point for the unit test.
It takes one argument which is the URI of a Babel XML metadata
file. The contents of the file are echoed to system output.