1. WorkManager.doWork
2. WorkManager.startWork
3. WorkManager.scheduleWork
Create some Work implement and run the test
4. Test for WorkListener/WorkAdapter/WorkEvent , verify it can be reached some status:
workSubmit, workStarted, workAccepted, workRejected, workCompleted. Include catch some
exception
5. Test ExecutionContext class, how?
6. Using Timer to periodic execution of work instance.
7. DistributableWork, do testcase as Work
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4211693#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...