aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/test/java/org/onap/vid/policy/TestSuite.java
blob: 6d2a790becef609ca3bff50a476fd29b5826eb5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package org.onap.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.onap.vid.policy.rest.TestSuite.class })
public class TestSuite { // nothing
}