FreeTest
Class Boundary

java.lang.Object
  |
  +--FreeTest.Boundary

public class Boundary
extends java.lang.Object


Constructor Summary
Boundary()
           
 
Method Summary
protected static void doAuthTests()
           
protected static void doERKeyTests()
           
protected static void doERMACTests()
           
protected static void doERTests()
           
protected static void doMACTests()
           
protected static void doStampTests()
           
protected static void doVoteTests()
           
protected static void setData()
          Initialises the test data into the array
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Boundary

public Boundary()
Method Detail

setData

protected static void setData()
Initialises the test data into the array

doVoteTests

protected static void doVoteTests()

doStampTests

protected static void doStampTests()

doMACTests

protected static void doMACTests()

doERTests

protected static void doERTests()

doAuthTests

protected static void doAuthTests()

doERMACTests

protected static void doERMACTests()

doERKeyTests

protected static void doERKeyTests()