Hello,
I have a TimerStartEvent (named manageDataProcess), starting at 2 AM every days. This process is deployed into a war (The application is a web service)
I would like to create an integration test to test this process but I don't know how/if I can start this kind of event "manually".
The idea for the integration test is:
- populate the db –> ok
- start the TimerStartEvent –> how ?
- verify the DB –> ok
Can you help me ?
Thanks in advance,
François