Interface Reporter


public interface Reporter
Interface for reporting errors.
  • Method Details

    • setErrorMessage

      void setErrorMessage(String message)
    • report

      void report(String error)
    • resetCounter

      void resetCounter(String contextName)
    • getCount

      int getCount()
    • print

      void print(String className, String s)