public abstract class SimpleTest extends Object implements Test
| Constructor and Description |
|---|
SimpleTest() |
| 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) |
protected void fail(String message)
protected void isTrue(boolean value)
protected void isTrue(String message, boolean value)
protected void isEquals(int a,
int b)
protected void isEquals(long a,
long b)
protected void isEquals(String message, boolean a, boolean b)
protected void isEquals(String message, long a, long b)
protected boolean areEqual(byte[][] left,
byte[][] right)
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–2021 The veraPDF Consortium. All rights reserved.