Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.0.1
-
None
Description
Currently, each time TestRunner#run is called, all methods in the Processor with an @OnScheduled annotation get called. This cannot be avoided. This can cause a lot of problems in some cases, though. Need to be able call TestRunner#run without it invoking @OnScheduled methods.