public class TestCaseExecutor
Modifiers | Name | Description |
---|---|---|
protected ScriptEngine |
engine |
|
protected TestResult |
testCaseResult |
|
protected Binding |
variableBinding |
Constructor and description |
---|
TestCaseExecutor
(TestCaseBinding testCaseBinding, ScriptEngine engine, ExecutionEventManager eventManager, InternalTestCaseContext testCaseContext, boolean doCleanUp) |
TestCaseExecutor
(TestCaseBinding testCaseBinding, ScriptEngine engine, ExecutionEventManager eventManager, InternalTestCaseContext testCaseContext) |
Type Params | Return Type | Name and description |
---|---|---|
|
protected void |
doExecute() |
|
public TestResult |
execute(FailureHandling flowControl) |
|
protected File |
getScriptFile() |
|
public TestCase |
getTestCase() |
|
protected void |
runMethod(File scriptFile, String methodName) |
|
public void |
setTestSuiteExecutor(TestSuiteExecutor testSuiteExecutor) |
|
public void |
setupContextClassLoader() |