gov.llnl.babel.config

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

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 argument which is the URI of a Babel XML metadata file. The contents of the file are echoed to system output.