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
-
Method Details
-
isTestMode
boolean isTestMode() -
setTestMode
void setTestMode(boolean testMode)
-