org.onap migration
[vid.git] / vid-app-common / src / test / java / org / onap / vid / asdc / beans / tosca / TestSuite.java
1 package org.onap.vid.asdc.beans.tosca;
2
3 import org.junit.runner.RunWith;
4 import org.junit.runners.Suite;
5
6 @RunWith(Suite.class)
7 @Suite.SuiteClasses(
8
9 { GroupTest.class, TopologyTemplateTest.class, ToscaModelTest.class, CapabilityTest.class, ToscaMetadataTest.class,
10                 ConstraintTest.class, NodeTemplateTest.class })
11 public class TestSuite { // nothing
12 }