Uses of Interface
com.consol.citrus.TestCase
-
Packages that use TestCase Package Description com.consol.citrus com.consol.citrus.common com.consol.citrus.report -
-
Uses of TestCase in com.consol.citrus
Methods in com.consol.citrus that return TestCase Modifier and Type Method Description TestCaseTestCaseBuilder. getTestCase()Builds the test case. -
Uses of TestCase in com.consol.citrus.common
Methods in com.consol.citrus.common that return TestCase Modifier and Type Method Description TestCaseTestLoader. getTestCase()Gets the loaded test case or null if has not been loaded yet.Method parameters in com.consol.citrus.common with type arguments of type TestCase Modifier and Type Method Description voidTestLoader. configureTestCase(Consumer<TestCase> handler)Adds test case handler that is called before test case gets executed.voidTestLoader. doWithTestCase(Consumer<TestCase> handler)Adds test case handler that is called once the test case has been loaded. -
Uses of TestCase in com.consol.citrus.report
Methods in com.consol.citrus.report with parameters of type TestCase Modifier and Type Method Description voidTestActionListener. onTestActionFinish(TestCase testCase, TestAction testAction)Invoked when test gets finishedvoidTestActionListeners. onTestActionFinish(TestCase testCase, TestAction testAction)voidTestActionListener. onTestActionSkipped(TestCase testCase, TestAction testAction)Invoked when test is skippedvoidTestActionListeners. onTestActionSkipped(TestCase testCase, TestAction testAction)voidTestActionListener. onTestActionStart(TestCase testCase, TestAction testAction)Invoked when test gets startedvoidTestActionListeners. onTestActionStart(TestCase testCase, TestAction testAction)voidTestListener. onTestFailure(TestCase test, Throwable cause)Invoked when test finished with failurevoidTestListeners. onTestFailure(TestCase test, Throwable cause)voidTestReporters. onTestFailure(TestCase test, Throwable cause)voidTestListener. onTestFinish(TestCase test)Invoked when test gets finishedvoidTestListeners. onTestFinish(TestCase test)voidTestReporters. onTestFinish(TestCase test)voidTestListener. onTestSkipped(TestCase test)Invoked when test is skippedvoidTestListeners. onTestSkipped(TestCase test)voidTestReporters. onTestSkipped(TestCase test)voidTestListener. onTestStart(TestCase test)Invoked when test gets startedvoidTestListeners. onTestStart(TestCase test)voidTestReporters. onTestStart(TestCase test)voidTestListener. onTestSuccess(TestCase test)Invoked when test finished with successvoidTestListeners. onTestSuccess(TestCase test)voidTestReporters. onTestSuccess(TestCase test)
-