public final class RunTestUtils extends Object
Modifier and Type | Method and Description |
---|---|
static void |
printTestStatus(boolean pass)
Prints information of the test result.
|
static void |
printTestStatus(boolean pass,
PrintStream outStream)
Prints information of the test result to redirected streams.
|
static boolean |
runExample(Callable<Boolean> example)
Runs an example.
|
public static void printTestStatus(boolean pass, PrintStream outStream)
pass
- the test resultoutStream
- stream for stdoutpublic static void printTestStatus(boolean pass)
pass
- the test resultCopyright © 2023. All Rights Reserved.