All Methods Static Methods Instance Methods Abstract Methods Concrete Methods
Modifier and Type |
Method and Description |
protected boolean |
areEqual(byte[][] left,
byte[][] right) |
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() |
protected void |
isEquals(int a,
int b) |
protected void |
isEquals(long a,
long b) |
protected void |
isEquals(Object a,
Object b) |
protected void |
isEquals(String message,
boolean a,
boolean b) |
protected void |
isEquals(String message,
long a,
long b) |
protected void |
isEquals(String message,
Object a,
Object b) |
protected void |
isTrue(boolean value) |
protected void |
isTrue(String message,
boolean value) |
TestResult |
perform() |
abstract void |
performTest() |
protected static void |
runTest(Test test) |
protected static void |
runTest(Test test,
PrintStream out) |