Interface TestModeable

All Known Implementing Classes:
MailActionExecuter

public interface TestModeable
Allows a class to be set in 'TestMode'. Used e.g. to turn off the MailActionExecuter so it does not send unnecessary emails during tests.
Author:
Nick Smith
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    setTestMode(boolean testMode)
     
  • Method Details

    • isTestMode

      boolean isTestMode()
    • setTestMode

      void setTestMode(boolean testMode)