Class AnyLineContainsCheck

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

public class AnyLineContainsCheck extends Object implements Check
  • Constructor Details

    • AnyLineContainsCheck

      public AnyLineContainsCheck(String value)
  • 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 result)
      Specified by:
      report in interface Check