Package io.cucumber.junit
Class ExamplesResolver
java.lang.Object
io.cucumber.junit.ExamplesResolver
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<io.cucumber.messages.types.Scenario>allScenariosOutlines(io.cucumber.messages.types.Feature feature) findExampleValues(org.junit.platform.engine.TestSource testSource) findExampleValues(org.junit.platform.engine.TestSource featurePath, int rowLine)
-
Constructor Details
-
ExamplesResolver
public ExamplesResolver()
-
-
Method Details
-
findExampleValues
public static Optional<ExamplesResolver.ExampleValues> findExampleValues(org.junit.platform.engine.TestSource testSource) -
findExampleValues
public static Optional<ExamplesResolver.ExampleValues> findExampleValues(org.junit.platform.engine.TestSource featurePath, int rowLine) -
allScenariosOutlines
public static List<io.cucumber.messages.types.Scenario> allScenariosOutlines(io.cucumber.messages.types.Feature feature)
-