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