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

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

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

{ HealthCheckControllerTest.class, PropertyControllerTest.class, AaiControllerTest.class })
public class TestSuite { // nothing
}