public final class CliUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
printPassInfo(boolean pass)
Prints information of the test result.
|
static boolean |
runExample(java.util.concurrent.Callable<java.lang.Boolean> example)
Runs an example.
|
public static void printPassInfo(boolean pass)
pass - the test resultpublic static boolean runExample(java.util.concurrent.Callable<java.lang.Boolean> example)
example - the example to runCopyright © 2019. All Rights Reserved.