All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----cryptix.test.BaseTest
Test classes should be non-public wherever possible, in order to reduce the risk of security bugs in test code being exploited.
Copyright © 1995-1997
Systemics Ltd on behalf of the
Cryptix Development Team.
All rights reserved.
$Revision: 1.8 $
protected PrintWriter out
protected int failures
protected int passes
protected int expectedPasses
protected BaseTest()
protected void commandline(String args[])
protected void setOutput(PrintWriter output)
protected void test() throws TestException
protected void fail(String msg)
protected void pass(String msg)
protected void passIf(boolean pass, String msg)
protected void setExpectedPasses(int n)
protected void report()
protected abstract void engineTest() throws Exception
All Packages Class Hierarchy This Package Previous Next Index