public static class JUnitTestRunner.StartTests extends Object implements RemoteCallable<Boolean>
RemoteCallable to use to start a test run.| Constructor and Description |
|---|
StartTests(com.oracle.bedrock.OptionsByType optionsByType)
Create a
JUnitTestRunner.StartTests runnable with the
specified options. |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
call() |
void |
setRunner(JUnitTestRunner runner)
Set the
JUnitTestRunner to use to run tests. |
public StartTests(com.oracle.bedrock.OptionsByType optionsByType)
JUnitTestRunner.StartTests runnable with the
specified options.optionsByType - the OptionsByTypes to usepublic void setRunner(JUnitTestRunner runner)
JUnitTestRunner to use to run tests.runner - the JUnitTestRunner to use to
run testsCopyright © 2017. All rights reserved.