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

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

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

{ RestMsoImplementationTest.class })
public class TestSuite { // nothing
}