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

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

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

{ ArtifactTest.class, ResourceTest.class, SubResourceTest.class })
public class TestSuite { // nothing
}