aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/TestNg-BE-UnitTest.xml
blob: b4b05bd761835716353d71a008936b762aee7db3 (plain)
1
2
3
4
5
6
7
8
9
10
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>