OAM operations 3 - JUnit tests 25/7425/4
authorbeili.zhou <beili.zhou@amdocs.com>
Sat, 12 Aug 2017 02:55:57 +0000 (22:55 -0400)
committerbeili.zhou <beili.zhou@amdocs.com>
Mon, 14 Aug 2017 17:33:58 +0000 (13:33 -0400)
commit891e97b2d53b644b88eb14e2b0cb91d4b3acf930
treefc1e3dbfec2bc70bade1bb8e1cab1e44290e71a4
parent9adb43f6b764ca4766c43fbdb8afe351f43a24ee
OAM operations 3 - JUnit tests

OAM operations changes are large, need to be broken down to multiple
submission based on size and compilability. This is the third (last) set
which covers JUnit test cases.

Includes these user stories: APPC-39/41/43/44/45/46/52/77.

Issue Id: APPC-38
Change-Id: I2df5e6b371d05030fb18bdd48155e4bb23034997
Signed-off-by: beili.zhou <beili.zhou@amdocs.com>
appc-oam/appc-oam-bundle/src/test/java/org/openecomp/appc/oam/AppcOamTest.java [new file with mode: 0644]
appc-oam/appc-oam-bundle/src/test/java/org/openecomp/appc/oam/messageadapter/MessageAdapterTest.java [new file with mode: 0644]
appc-oam/appc-oam-bundle/src/test/java/org/openecomp/appc/oam/processor/BaseActionRunnableTest.java [new file with mode: 0644]
appc-oam/appc-oam-bundle/src/test/java/org/openecomp/appc/oam/processor/BaseCommonTest.java [new file with mode: 0644]
appc-oam/appc-oam-bundle/src/test/java/org/openecomp/appc/oam/processor/BaseProcessorTest.java [new file with mode: 0644]
appc-oam/appc-oam-bundle/src/test/java/org/openecomp/appc/oam/util/AsyncTaskHelperTest.java [new file with mode: 0644]
appc-oam/appc-oam-bundle/src/test/java/org/openecomp/appc/oam/util/BundleHelperTest.java [new file with mode: 0644]
appc-oam/appc-oam-bundle/src/test/java/org/openecomp/appc/oam/util/ConfigurationHelperTest.java [new file with mode: 0644]
appc-oam/appc-oam-bundle/src/test/java/org/openecomp/appc/oam/util/OperationHelperTest.java [new file with mode: 0644]
appc-oam/appc-oam-bundle/src/test/java/org/openecomp/appc/oam/util/StateHelperTest.java [new file with mode: 0644]