Class AllCheck

java.lang.Object
org.apache.creadur.whisker.it.AllCheck
All Implemented Interfaces:
Check

public class AllCheck extends Object implements Check
  • Constructor Details

  • Method Details

    • check

      public void check(String line)
      Specified by:
      check in interface Check
    • hasPassed

      public boolean hasPassed()
      Specified by:
      hasPassed in interface Check
    • report

      public void report(Results results)
      Specified by:
      report in interface Check