org.bouncycastle.util.test
Class SimpleTest
java.lang.Object
org.bouncycastle.util.test.SimpleTest
- Test
public abstract class SimpleTest
extends java.lang.Object
areEqual
protected boolean areEqual(byte[] a,
byte[] b)
fail
protected void fail(String message)
fail
protected void fail(String message,
Object expected,
Object found)
fail
protected void fail(String message,
Throwable throwable)
getName
public abstract String getName()
- getName in interface Test
performTest
public abstract void performTest()
throws Exception
runTest
protected static void runTest(Test test)
runTest
protected static void runTest(Test test,
PrintStream out)