Interface Check

All Known Implementing Classes:
AllCheck, AnyCheck, AnyLineContainsCheck, NoLineContainsCheck

public interface Check
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    check(String line)
     
    boolean
     
    void
    report(Results result)
     
  • Method Details

    • check

      void check(String line)
    • hasPassed

      boolean hasPassed()
    • report

      void report(Results result)