aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/test/java/org/openecomp/vid/policy/TestSuite.java
blob: 7d0b4eb2d5a9ac7647c3a2a53f94d7c8eb075afc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package org.openecomp.vid.policy;

import org.junit.runner.RunWith;
import org.junit.runners.Suite;

@RunWith(Suite.class)
@Suite.SuiteClasses(

{ RestObjectTest.class, PolicyResponseWrapperTest.class, PolicyRestIntTest.class, PolicyUtilTest.class,
		PolicyRestInterfaceTest.class, org.openecomp.vid.policy.rest.TestSuite.class })
public class TestSuite { // nothing
}