Class GherkinTest
java.lang.Object
dev.galasa.framework.spi.language.gherkin.GherkinTest
A GherkinTest is a complete Gherkin feature.
It can have multiple scenarios, each of which has a number of steps.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionGherkinTest
(IRun run, TestStructure testStructure) GherkinTest
(IRun run, TestStructure testStructure, IFileSystem fs) -
Method Summary
-
Field Details
-
LOG_STARTING
- See Also:
-
LOG_ENDING
- See Also:
-
LOG_START_LINE
-
LOG_ASTERS
-
-
Constructor Details
-
GherkinTest
- Throws:
TestRunException
-
GherkinTest
- Throws:
TestRunException
-
-
Method Details
-
getName
-
getMethods
-
getAllExecutables
-
allMethodsRegistered
-
getResult
-
setResult
-
runTestMethods
- Throws:
TestRunException
-