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

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

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

{ RestObjectTest.class, GetTimeSlotsRestObjectTest.class, PostSubmitVnfChangeRestObjectTest.class,
		PostCreateNewVnfRestObjectTest.class })
public class TestSuite { // nothing
}