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

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

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

{ GroupTest.class, TopologyTemplateTest.class, ToscaModelTest.class, CapabilityTest.class, ToscaMetadataTest.class,
		ConstraintTest.class, NodeTemplateTest.class })
public class TestSuite { // nothing
}