Uses of Class
jp.vmi.junit.result.TestCaseResult
-
Packages that use TestCaseResult Package Description jp.vmi.junit.result -
-
Uses of TestCaseResult in jp.vmi.junit.result
Methods in jp.vmi.junit.result that return TestCaseResult Modifier and Type Method Description TestCaseResultObjectFactory. createTestCaseResult(ITestCase testCase)Create TestCaseResult instance.Methods in jp.vmi.junit.result with parameters of type TestCaseResult Modifier and Type Method Description voidTestSuiteResult. addTestCaseResult(TestCaseResult caseResult)Add TestCaseResult instance.voidTestSuiteResult. setError(TestCaseResult error)Set error when the test class failed to load
-