Package org.eolang.parser
Class Scenario
- java.lang.Object
-
- org.eolang.parser.Scenario
-
public final class Scenario extends Object
One test scenario of parsing and post-processing.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<String>
failures()
Make a run and return the list of XPath expressions that don't pass after the run.
-
-
-
Constructor Detail
-
Scenario
public Scenario(String scrpt)
Ctor.- Parameters:
scrpt
- The script
-
-
Method Detail
-
failures
public Collection<String> failures() throws IOException
Make a run and return the list of XPath expressions that don't pass after the run.- Returns:
- List of XPath expressions that failed
- Throws:
IOException
- If fails
-
-