Package com.consol.citrus
Interface TestCaseRunner
-
- All Superinterfaces:
GherkinTestActionRunner,TestActionRunner,TestCaseBuilder
public interface TestCaseRunner extends TestCaseBuilder, GherkinTestActionRunner
- Author:
- Christoph Deppisch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstart()Starts the test case execution.voidstop()Stops test case execution.-
Methods inherited from interface com.consol.citrus.GherkinTestActionRunner
and, and, given, given, then, then, when, when
-
Methods inherited from interface com.consol.citrus.TestActionRunner
$, $, applyBehavior, run, run
-
Methods inherited from interface com.consol.citrus.TestCaseBuilder
author, creationDate, description, getTestCase, groups, name, packageName, status, testClass, variable
-
-