vclip
Class VclipTest

java.lang.Object
  extended byvclip.VclipTest

public class VclipTest
extends java.lang.Object

Test class for the vclip package. In the vclip source directory, just run

    java vclip.VclipTest
 

Author:
John E. Lloyd

Method Summary
static void main(java.lang.String[] args)
          Runs a set of tests on the vclip package, and prints Passed if all is well.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
Runs a set of tests on the vclip package, and prints Passed if all is well. Otherwise, an error message and stack trace are produced.