Fix the java code style issue.
[aai/esr-server.git] / esr-mgr / src / test / java / org / onap / aai / esr / externalservice / aai / ExternalSystemProxyTest.java
index 8f7cc92..09e6318 100644 (file)
@@ -34,65 +34,65 @@ public class ExternalSystemProxyTest {
     }\r
 \r
     @Test(expected = ExtsysException.class)\r
     }\r
 \r
     @Test(expected = ExtsysException.class)\r
-    public void testRegisterVnfm() throws ExtsysException{\r
+    public void testRegisterVnfm() throws ExtsysException {\r
         EsrVnfmDetail detail = new EsrVnfmDetail();\r
         ExternalSystemProxy.registerVnfm("vnfm-1", detail);\r
     }\r
 \r
     @Test(expected = ExtsysException.class)\r
         EsrVnfmDetail detail = new EsrVnfmDetail();\r
         ExternalSystemProxy.registerVnfm("vnfm-1", detail);\r
     }\r
 \r
     @Test(expected = ExtsysException.class)\r
-    public void testQueryVnfmDetail() throws ExtsysException{\r
+    public void testQueryVnfmDetail() throws ExtsysException {\r
         ExternalSystemProxy.queryVnfmDetail("vnfm-1");\r
     }\r
 \r
     @Test(expected = ExtsysException.class)\r
         ExternalSystemProxy.queryVnfmDetail("vnfm-1");\r
     }\r
 \r
     @Test(expected = ExtsysException.class)\r
-    public void testQueryVnfmList() throws ExtsysException{\r
+    public void testQueryVnfmList() throws ExtsysException {\r
         ExternalSystemProxy.queryVnfmList();\r
     }\r
 \r
     @Test(expected = ExtsysException.class)\r
         ExternalSystemProxy.queryVnfmList();\r
     }\r
 \r
     @Test(expected = ExtsysException.class)\r
-    public void testDeleteVnfm() throws ExtsysException{\r
+    public void testDeleteVnfm() throws ExtsysException {\r
         ExternalSystemProxy.deleteVnfm("vnfm-1", "version-1");\r
     }\r
 \r
     @Test(expected = ExtsysException.class)\r
         ExternalSystemProxy.deleteVnfm("vnfm-1", "version-1");\r
     }\r
 \r
     @Test(expected = ExtsysException.class)\r
-    public void testRegisterSdnc() throws ExtsysException{\r
+    public void testRegisterSdnc() throws ExtsysException {\r
         EsrThirdpartySdncDetail detail = new EsrThirdpartySdncDetail();\r
         ExternalSystemProxy.registerSdnc("sdnc-1", detail);\r
     }\r
 \r
     @Test(expected = ExtsysException.class)\r
         EsrThirdpartySdncDetail detail = new EsrThirdpartySdncDetail();\r
         ExternalSystemProxy.registerSdnc("sdnc-1", detail);\r
     }\r
 \r
     @Test(expected = ExtsysException.class)\r
-    public void testQueryThirdpartySdncDetail() throws ExtsysException{\r
+    public void testQueryThirdpartySdncDetail() throws ExtsysException {\r
         ExternalSystemProxy.queryThirdpartySdncDetail("sdnc-1");\r
     }\r
 \r
     @Test(expected = ExtsysException.class)\r
         ExternalSystemProxy.queryThirdpartySdncDetail("sdnc-1");\r
     }\r
 \r
     @Test(expected = ExtsysException.class)\r
-    public void testQuerySdncList() throws ExtsysException{\r
+    public void testQuerySdncList() throws ExtsysException {\r
         ExternalSystemProxy.querySdncList();\r
     }\r
 \r
     @Test(expected = ExtsysException.class)\r
         ExternalSystemProxy.querySdncList();\r
     }\r
 \r
     @Test(expected = ExtsysException.class)\r
-    public void testDeleteThirdpartySdnc() throws ExtsysException{\r
+    public void testDeleteThirdpartySdnc() throws ExtsysException {\r
         ExternalSystemProxy.deleteThirdpartySdnc("sdnc-1", "version-1");\r
     }\r
 \r
     @Test(expected = ExtsysException.class)\r
         ExternalSystemProxy.deleteThirdpartySdnc("sdnc-1", "version-1");\r
     }\r
 \r
     @Test(expected = ExtsysException.class)\r
-    public void testRegisterEms() throws ExtsysException{\r
+    public void testRegisterEms() throws ExtsysException {\r
         EsrEmsDetail detail = new EsrEmsDetail();\r
         EsrEmsDetail detail = new EsrEmsDetail();\r
-        ExternalSystemProxy.registerEms("ems-1",detail);\r
+        ExternalSystemProxy.registerEms("ems-1", detail);\r
     }\r
 \r
     @Test(expected = ExtsysException.class)\r
     }\r
 \r
     @Test(expected = ExtsysException.class)\r
-    public void testQueryEmsDetail() throws ExtsysException{\r
+    public void testQueryEmsDetail() throws ExtsysException {\r
         ExternalSystemProxy.queryEmsDetail("ems-1");\r
     }\r
 \r
     @Test(expected = ExtsysException.class)\r
         ExternalSystemProxy.queryEmsDetail("ems-1");\r
     }\r
 \r
     @Test(expected = ExtsysException.class)\r
-    public void testQueryEmsList() throws ExtsysException{\r
+    public void testQueryEmsList() throws ExtsysException {\r
         ExternalSystemProxy.queryEmsList();\r
     }\r
 \r
     @Test(expected = ExtsysException.class)\r
         ExternalSystemProxy.queryEmsList();\r
     }\r
 \r
     @Test(expected = ExtsysException.class)\r
-    public void testDeleteEms() throws ExtsysException{\r
+    public void testDeleteEms() throws ExtsysException {\r
         ExternalSystemProxy.deleteEms("ems-1", "version-1");\r
     }\r
 }\r
         ExternalSystemProxy.deleteEms("ems-1", "version-1");\r
     }\r
 }\r