aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/test/java/org/onap/vid/properties/TestSuite.java
diff options
context:
space:
mode:
Diffstat (limited to 'vid-app-common/src/test/java/org/onap/vid/properties/TestSuite.java')
-rw-r--r--vid-app-common/src/test/java/org/onap/vid/properties/TestSuite.java11
1 files changed, 0 insertions, 11 deletions
diff --git a/vid-app-common/src/test/java/org/onap/vid/properties/TestSuite.java b/vid-app-common/src/test/java/org/onap/vid/properties/TestSuite.java
deleted file mode 100644
index 747c1edbd..000000000
--- a/vid-app-common/src/test/java/org/onap/vid/properties/TestSuite.java
+++ /dev/null
@@ -1,11 +0,0 @@
-package org.onap.vid.properties;
-
-import org.junit.runner.RunWith;
-import org.junit.runners.Suite;
-
-@RunWith(Suite.class)
-@Suite.SuiteClasses(
-
-{ VidPropertiesTest.class })
-public class TestSuite { // nothing
-}