Class Test

java.lang.Object
  |
  +--Test

public class Test
extends java.lang.Object

Run tests on classes Math, RSA and KeyLoader. java Test [-v] num run the test number num. The -v option is for 'verbose', and displays more details about performed tests. The list of tests can be obtained by just running java Test.

Author:
E.Lemonnier & E.Nordenstam

Constructor Summary
Test()
           
 
Method Summary
static void main(java.lang.String[] arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

public Test()
Method Detail

main

public static void main(java.lang.String[] arg)