aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/test/java/org/openecomp/vid/mso/MsoRestIntTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'vid-app-common/src/test/java/org/openecomp/vid/mso/MsoRestIntTest.java')
-rw-r--r--vid-app-common/src/test/java/org/openecomp/vid/mso/MsoRestIntTest.java22
1 files changed, 0 insertions, 22 deletions
diff --git a/vid-app-common/src/test/java/org/openecomp/vid/mso/MsoRestIntTest.java b/vid-app-common/src/test/java/org/openecomp/vid/mso/MsoRestIntTest.java
deleted file mode 100644
index e32e4872b..000000000
--- a/vid-app-common/src/test/java/org/openecomp/vid/mso/MsoRestIntTest.java
+++ /dev/null
@@ -1,22 +0,0 @@
-package org.openecomp.vid.mso;
-
-import org.junit.Test;
-import org.openecomp.vid.mso.rest.RequestDetails;
-
-public class MsoRestIntTest {
-
- private MsoRestInt createTestSubject() {
- return new MsoRestInt();
- }
-
- @Test
- public void testLogRequest() throws Exception {
- MsoRestInt testSubject;
- RequestDetails r = null;
-
- // test 1
- testSubject = createTestSubject();
- r = null;
- testSubject.logRequest(r);
- }
-} \ No newline at end of file