Uses of Interface
org.citrusframework.TestCase
Packages that use TestCase
-
Uses of TestCase in org.citrusframework
Methods in org.citrusframework that return TestCaseMethods in org.citrusframework with parameters of type TestCaseModifier and TypeMethodDescriptionTestCaseRunnerProvider.createTestCaseRunner(TestCase testCase, TestContext context) Creates a TestCaseRunner which runs the givenTestCaseand the givenTestContext. -
Uses of TestCase in org.citrusframework.common
Methods in org.citrusframework.common that return TestCaseModifier and TypeMethodDescriptionTestLoader.getTestCase()Gets the loaded test case or null if it has not been loaded yet.Method parameters in org.citrusframework.common with type arguments of type TestCaseModifier and TypeMethodDescriptionvoidTestLoader.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 org.citrusframework.report
Methods in org.citrusframework.report with parameters of type TestCaseModifier and TypeMethodDescriptionvoidTestActionListener.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)