Rename test classes in policy/engine 14/75114/1
authorParshad Patel <pars.patel@samsung.com>
Thu, 27 Dec 2018 10:52:56 +0000 (19:52 +0900)
committerParshad Patel <pars.patel@samsung.com>
Thu, 27 Dec 2018 10:53:12 +0000 (19:53 +0900)
commit31e122b8c77b933db7475b2889efcfba83e378b5
tree2f51671d03b3f677bdeb758d44333173b6e9434d
parentffdaf107b89321de081a4f122cf83393c196d769
Rename test classes in policy/engine

Make test classes name consitence by adding 'Test' at end of junit test classes and adding 'Support' or 'Dummy' at start of util or dummy type of test classes

Issue-ID: POLICY-1281
Change-Id: I5fa65d0cfc95edc8f2fe0ca678a43d2011a39670
Signed-off-by: Parshad Patel <pars.patel@samsung.com>
ONAP-PDP-REST/src/test/java/org/onap/policy/pdp/rest/api/test/GetConfigServiceTest.java [moved from ONAP-PDP-REST/src/test/java/org/onap/policy/pdp/rest/api/test/getConfigTest.java with 98% similarity]
ONAP-PDP-REST/src/test/java/org/onap/policy/pdp/rest/api/test/GetDictionaryServiceTest.java [moved from ONAP-PDP-REST/src/test/java/org/onap/policy/pdp/rest/api/test/getDictionaryTest.java with 99% similarity]
ONAP-PDP-REST/src/test/java/org/onap/policy/pdp/rest/jmx/DummyServerContextImpl.java [moved from ONAP-PDP-REST/src/test/java/org/onap/policy/pdp/rest/jmx/ServerContextImpl.java with 99% similarity]
ONAP-PDP-REST/src/test/java/org/onap/policy/pdp/rest/jmx/PdpRestMBeanListenerTest.java
PolicyEngineAPI/src/test/java/org/onap/policy/std/test/DummyNotificationHandler.java [moved from PolicyEngineAPI/src/test/java/org/onap/policy/std/test/Handler.java with 97% similarity]
PolicyEngineUtils/src/test/java/org/onap/policy/utils/test/BackUpMonitorTest.java [moved from PolicyEngineUtils/src/test/java/org/onap/policy/utils/test/testBackUpMonitor.java with 95% similarity]
PolicyEngineUtils/src/test/java/org/onap/policy/utils/test/DummyBackUpHandler.java [moved from PolicyEngineUtils/src/test/java/org/onap/policy/utils/test/Handler.java with 96% similarity]