| Package | Description |
|---|---|
| jp.vmi.junit.result | |
| jp.vmi.selenium.selenese | |
| jp.vmi.selenium.selenese.inject |
| Modifier and Type | Method and Description |
|---|---|
TestCaseResult |
ObjectFactory.createTestCaseResult(ITestCase testCase)
Create TestCaseResult instance.
|
void |
JUnitResult.endTestCase(ITestCase testCase)
End test-case.
|
void |
JUnitResult.setError(ITestCase testCase,
String message,
String trace)
Set error in test-case.
|
void |
JUnitResult.setFailure(ITestCase testCase,
String message,
String trace)
Set failure in test-case.
|
void |
JUnitResult.setSuccess(ITestCase testCase)
Set success.
|
void |
JUnitResult.startTestCase(ITestTarget testTarget,
ITestCase testCase)
Start test-case.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ErrorTestCase
Test-case with errrors.
|
class |
TestCase
test-case object for execution.
|
| Modifier and Type | Method and Description |
|---|---|
protected Result |
ExecuteTestCaseInterceptor.invoke(org.aopalliance.intercept.MethodInvocation invocation,
ITestCase testCase,
Selenese parent,
Context context) |
protected abstract Result |
AbstractExecuteTestCaseInterceptor.invoke(org.aopalliance.intercept.MethodInvocation invocation,
ITestCase testCase,
Selenese parent,
Context context) |
Copyright © 2016. All rights reserved.