gov.llnl.babel.config
Class MetadataTest

java.lang.Object
  extended by 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.


Constructor Summary
MetadataTest()
           
 
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

MetadataTest

public MetadataTest()
Method Detail

main

public static void main(java.lang.String[] 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.