hexIT
Class Test

java.lang.Object
  extended byhexIT.Test

public class Test
extends java.lang.Object

A test class. Contains test code. Not to be used externally.


Constructor Summary
Test()
           
 
Method Summary
static void main(java.lang.String[] args)
          Modify this method to specify any tests to be run.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

public Test()
Method Detail

main

public static void main(java.lang.String[] args)
Modify this method to specify any tests to be run.