Interface TestModeable
-
- All Known Implementing Classes:
ErrorProneActionExecutor,MailActionExecuter
public interface TestModeableAllows a class to be set in 'TestMode'. Used e.g. to turn off theMailActionExecuterso it does not send unnecessary emails during tests.- Author:
- Nick Smith
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisTestMode()voidsetTestMode(boolean testMode)
-