@API(value=Internal) public class ExecuteTestsTask extends java.lang.Object implements ConsoleTask
SUCCESS, TESTS_FAILED
Constructor and Description |
---|
ExecuteTestsTask(CommandLineOptions options) |
Modifier and Type | Method and Description |
---|---|
int |
execute(java.io.PrintWriter out)
Execute this task and return an exit code.
|
public ExecuteTestsTask(CommandLineOptions options)
public int execute(java.io.PrintWriter out) throws java.lang.Exception
ConsoleTask
execute
in interface ConsoleTask
out
- writer for console output0
) or failure (!= 0
)java.lang.Exception
ConsoleTask.SUCCESS