public interface AbstractJavaTestPeriodicThreadInterface
AbstractJavaTestPeriodicThread| Modifier and Type | Method and Description |
|---|---|
void |
onPeriodicInterval(AbstractJavaTest abstractJavaTest)
Periodically called by an AbstractJavaTestPeriodicThread.
|
void onPeriodicInterval(AbstractJavaTest abstractJavaTest) throws java.lang.Exception
abstractJavaTest - the context of the simulated userjava.lang.Exception - if somewhat fails in the implementation of this interfaceAbstractJavaTestPeriodicThread