gov.llnl.babel.repository
Class RepositoryTest

java.lang.Object
  extended bygov.llnl.babel.repository.RepositoryTest

public class RepositoryTest
extends java.lang.Object

Class RepositoryTest is a simple unit test for the repository routines. It may be called with either two or three arguments. The first argument is always the URI of the repository (either a file path or a URL with username and password). The second argument is always a symbol name. The optional third argument is the symbol version. The specified symbol will be read from the repository and displayed on standard out.


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

RepositoryTest

public RepositoryTest()
Method Detail

main

public static void main(java.lang.String[] argv)
Method main is the entry point for the unit test. See the class documentation for calling arguments.