diff options
Diffstat (limited to 'vid-app-common/TestNg-BE-UnitTest.xml')
-rw-r--r-- | vid-app-common/TestNg-BE-UnitTest.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vid-app-common/TestNg-BE-UnitTest.xml b/vid-app-common/TestNg-BE-UnitTest.xml new file mode 100644 index 000000000..b4b05bd76 --- /dev/null +++ b/vid-app-common/TestNg-BE-UnitTest.xml @@ -0,0 +1,11 @@ +<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd"> + +<suite verbose="1" name="VID BE Unit Tests" annotations="JDK"> + + <test name="VID BE Unit Tests"> + <packages> + <package name="org.onap.vid.*"/> + <package name="org.opencomp.vid.*"/> + </packages> + </test> +</suite>
\ No newline at end of file |