Package org.citrusframework
Interface TestCaseRunner
- All Superinterfaces:
GherkinTestActionRunner,TestActionRunner,TestCaseBuilder
- Author:
- Christoph Deppisch
-
Method Summary
Methods inherited from interface org.citrusframework.GherkinTestActionRunner
and, and, given, given, then, then, when, whenMethods inherited from interface org.citrusframework.TestActionRunner
$, $, applyBehavior, run, runMethods inherited from interface org.citrusframework.TestCaseBuilder
author, creationDate, description, getTestCase, groups, name, packageName, status, testClass, variable
-
Method Details
-
start
void start()Starts the test case execution. -
stop
void stop()Stops test case execution.
-