Package step.repositories.parser
Interface StepParser<T extends AbstractStep>
-
- All Known Implementing Classes:
AbstractDescriptionStepParser,AnnotatedStepParser,CustomDescriptionStepParser,CustomExpectedStepParser,DefaultDescriptionStepParser,DefaultExpectedStepParser,PlanStepParser
public interface StepParser<T extends AbstractStep>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetParserScoreForStep(AbstractStep step)voidparseStep(ParsingContext parsingContext, T step)
-
-
-
Method Detail
-
getParserScoreForStep
int getParserScoreForStep(AbstractStep step)
-
parseStep
void parseStep(ParsingContext parsingContext, T step)
-
-