Class GherkinMethod
java.lang.Object
dev.galasa.framework.spi.language.gherkin.GherkinMethod
A GherkinMethod is really a Gherkin Scenario.
It has a name, and a number of Statements(steps) which can be executed.
-
Constructor Details
-
GherkinMethod
-
-
Method Details
-
addStep
- Throws:
TestRunException
-
getName
-
getExecutables
-
invoke
public void invoke(ITestRunManagers managers, Map<String, Object> testVariables) throws TestRunException- Throws:
TestRunException
-
fullStop
public boolean fullStop() -
getResult
-
getStructure
-