Constructor and Description |
---|
SimpleTest() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
areEqual(byte[] a,
byte[] b) |
protected void |
fail(String message) |
protected void |
fail(String message,
Object expected,
Object found) |
protected void |
fail(String message,
Throwable throwable) |
abstract String |
getName() |
TestResult |
perform() |
abstract void |
performTest() |
protected static void |
runTest(Test test) |
protected static void |
runTest(Test test,
PrintStream out) |
protected void fail(String message)
protected boolean areEqual(byte[] a, byte[] b)
public TestResult perform()
protected static void runTest(Test test)
protected static void runTest(Test test, PrintStream out)
Copyright © 2015. All rights reserved.