public abstract class

SimpleTest

extends Object
implements Test
java.lang.Object
   ↳ org.bouncycastle.util.test.SimpleTest
Known Direct Subclasses
Known Indirect Subclasses

Summary

Public Constructors
SimpleTest()
Public Methods
abstract String getName()
TestResult perform()
abstract void performTest()
Protected Methods
boolean areEqual(byte[] a, byte[] b)
void fail(String message, Throwable throwable)
void fail(String message, Object expected, Object found)
void fail(String message)
static void runTest(Test test, PrintStream out)
static void runTest(Test test)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.bouncycastle.util.test.Test

Public Constructors

public SimpleTest ()

Public Methods

public abstract String getName ()

public TestResult perform ()

public abstract void performTest ()

Throws
Exception

Protected Methods

protected boolean areEqual (byte[] a, byte[] b)

protected void fail (String message, Throwable throwable)

protected void fail (String message, Object expected, Object found)

protected void fail (String message)

protected static void runTest (Test test, PrintStream out)

protected static void runTest (Test test)