org.bouncycastle.util.test
public abstract class SimpleTest extends Object implements Test
Method Summary | |
---|---|
protected boolean | areEqual(byte[] a, byte[] b) |
protected void | fail(String message) |
protected void | fail(String message, Throwable throwable) |
protected void | fail(String message, Object expected, Object found) |
abstract String | getName() |
TestResult | perform() |
abstract void | performTest() |
protected static void | runTest(Test test) |
protected static void | runTest(Test test, PrintStream out) |