Uses of Interface
jp.vmi.junit.result.ITestCase
-
Packages that use ITestCase Package Description jp.vmi.junit.result jp.vmi.selenium.selenese jp.vmi.selenium.selenese.inject -
-
Uses of ITestCase in jp.vmi.junit.result
Methods in jp.vmi.junit.result with parameters of type ITestCase Modifier and Type Method Description TestCaseResultObjectFactory. createTestCaseResult(ITestCase testCase)Create TestCaseResult instance.voidJUnitResult. endTestCase(ITestCase testCase)End test-case.voidJUnitResult. setError(ITestCase testCase, String message, String trace)Set error in test-case.voidJUnitResult. setFailure(ITestCase testCase, String message, String trace)Set failure in test-case.voidJUnitResult. setSuccess(ITestCase testCase)Set success.voidJUnitResult. startTestCase(ITestTarget testTarget, ITestCase testCase)Start test-case. -
Uses of ITestCase in jp.vmi.selenium.selenese
Classes in jp.vmi.selenium.selenese that implement ITestCase Modifier and Type Class Description classErrorTestCaseTest-case with errrors.classTestCasetest-case object for execution. -
Uses of ITestCase in jp.vmi.selenium.selenese.inject
Methods in jp.vmi.selenium.selenese.inject with parameters of type ITestCase Modifier and Type Method Description protected abstract ResultAbstractExecuteTestCaseInterceptor. invoke(org.aopalliance.intercept.MethodInvocation invocation, ITestCase testCase, Selenese parent, Context context)protected ResultExecuteTestCaseInterceptor. invoke(org.aopalliance.intercept.MethodInvocation invocation, ITestCase testCase, Selenese parent, Context context)
-