Class Scenario


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