gov.llnl.babel.url
Class URLTest
java.lang.Objectgov.llnl.babel.url.URLTest
public class URLTest
extends java.lang.Object
Class URLTest is a simple unit test for the URL utilities
class. Each of the arguments is treated as a URI that is retrieved from
the source and displayed on standard out.
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.
Each of the calling arguments is a URI. The data from the URI
is fetched and displayed on standard output.