Class CheckPack


  • public final class CheckPack
    extends Object
    One test scenario of parsing and post-processing.
    Since:
    1.0
    • 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.