Add PseudoExecutor to utils-test 65/101765/2
authorJim Hahn <jrh3@att.com>
Fri, 14 Feb 2020 21:29:11 +0000 (16:29 -0500)
committerJim Hahn <jrh3@att.com>
Mon, 17 Feb 2020 14:26:49 +0000 (09:26 -0500)
commit0cad58cbf2229bb0d8843caf6cf4d0606ab88d79
tree9e077710e0f1426d8899ebfe3f4ddc73c4a60cb0
parent9360a389f976d2b0d323846292ebe33e3229c228
Add PseudoExecutor to utils-test

Moved MyExec from actors package to policy-common/utils-test,
renaming it to PseudoExecutor.

Updated per review comment(s):
- declare "task" of type "Queue" instead of "LinkedList"

Issue-ID: POLICY-2363
Signed-off-by: Jim Hahn <jrh3@att.com>
Change-Id: I40049ca52defecc4f3f7479470c28da58521866d
utils-test/src/main/java/org/onap/policy/common/utils/time/PseudoExecutor.java [new file with mode: 0644]
utils-test/src/test/java/org/onap/policy/common/utils/time/PseudoExecutorTest.java [new file with mode: 0644]