Uses of Interface
jp.vmi.junit.result.ITestTarget
-
Packages that use ITestTarget Package Description jp.vmi.junit.result jp.vmi.selenium.selenese -
-
Uses of ITestTarget in jp.vmi.junit.result
Classes in jp.vmi.junit.result with type parameters of type ITestTarget Modifier and Type Class Description classTestResult<T extends ITestTarget>Test result interface.Subinterfaces of ITestTarget in jp.vmi.junit.result Modifier and Type Interface Description interfaceITestCasetest-case interface.interfaceITestSuitetest-suite interface.Fields in jp.vmi.junit.result declared as ITestTarget Modifier and Type Field Description protected TTestResult. testTargetMethods in jp.vmi.junit.result with parameters of type ITestTarget Modifier and Type Method Description voidJUnitResult. startTestCase(ITestTarget testTarget, ITestCase testCase)Start test-case. -
Uses of ITestTarget in jp.vmi.selenium.selenese
Subinterfaces of ITestTarget in jp.vmi.selenium.selenese Modifier and Type Interface Description interfaceSeleneseSelenese script interface.Classes in jp.vmi.selenium.selenese that implement ITestTarget Modifier and Type Class Description classErrorSourceclassErrorTestCaseTest-case with errrors.classErrorTestProjectTest-suite with errors.classErrorTestSuiteTest-suite with errors.classTestCasetest-case object for execution.classTestProjecttest-project object for execution.classTestSuitetest-suite object for execution.
-