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

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

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

{ ModelUtilTest.class, NewServiceTest.class, VolumeGroupTest.class, NewNodeTest.class, ServiceModelTest.class,
		WorkflowTest.class, NewVNFTest.class })
public class TestSuite { // nothing
}