Package org.eolang.parser
Class CheckPack
- java.lang.Object
-
- org.eolang.parser.CheckPack
-
public final class CheckPack 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.boolean
skip()
Is this check disabled?
-
-
-
Constructor Detail
-
CheckPack
public CheckPack(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
-
skip
public boolean skip()
Is this check disabled?- Returns:
- True if disabled.
-
-