summaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/test/java/org/openecomp/vid/policy/TestSuite.java
blob: b0ff4659865df7c1aede581edd5fda8d38271c3e (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 })
public class TestSuite { // nothing
}