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

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

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

{ RelatedToTest.class, org.openecomp.vid.aai.TestSuite.class })
public class TestSuite { // nothing
}