aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/test/java/org/openecomp/vid/mso/RestMsoImplementationTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'vid-app-common/src/test/java/org/openecomp/vid/mso/RestMsoImplementationTest.java')
-rw-r--r--vid-app-common/src/test/java/org/openecomp/vid/mso/RestMsoImplementationTest.java44
1 files changed, 0 insertions, 44 deletions
diff --git a/vid-app-common/src/test/java/org/openecomp/vid/mso/RestMsoImplementationTest.java b/vid-app-common/src/test/java/org/openecomp/vid/mso/RestMsoImplementationTest.java
deleted file mode 100644
index 1f1e33950..000000000
--- a/vid-app-common/src/test/java/org/openecomp/vid/mso/RestMsoImplementationTest.java
+++ /dev/null
@@ -1,44 +0,0 @@
-package org.openecomp.vid.mso;
-
-import org.apache.poi.hssf.record.formula.functions.T;
-import org.junit.Test;
-import org.openecomp.vid.changeManagement.RequestDetails;
-import org.openecomp.vid.changeManagement.RequestDetailsWrapper;
-
-public class RestMsoImplementationTest {
-
- private RestMsoImplementation createTestSubject() {
- return new RestMsoImplementation();
- }
-
- @Test
- public void testInitMsoClient() throws Exception {
- RestMsoImplementation testSubject;
-
- // default test
- testSubject = createTestSubject();
- testSubject.initMsoClient();
- }
-
- @Test
- public void testLogRequest() throws Exception {
- RestMsoImplementation testSubject;
- RequestDetails r = null;
-
- // test 1
- testSubject = createTestSubject();
- r = null;
- testSubject.logRequest(r);
- }
-
- @Test
- public void testLogRequest_1() throws Exception {
- RestMsoImplementation testSubject;
- RequestDetails r = null;
-
- // test 1
- testSubject = createTestSubject();
- r = null;
- testSubject.logRequest(r);
- }
-} \ No newline at end of file