aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/test/java/org/openecomp/vid/controller/TestSuite.java
blob: c1b146429fd6de381fe253c36ed7ae8bcd6b6eef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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,
		ViewEditSubControllerTest.class })
public class TestSuite { // nothing
}