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

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

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

{ MsoRestIntTest.class, MsoUtilTest.class, MsoRestInterfaceTest.class, MsoLocalClientNewTest.class,
		RestMsoImplementationTest.class, org.openecomp.vid.mso.rest.TestSuite.class })
public class TestSuite { // nothing
}