Upgrade sonar plugin
[vid.git] / vid-app-common / src / test / java / org / openecomp / vid / controller / TestSuite.java
1 package org.openecomp.vid.controller;
2
3 import org.junit.runner.RunWith;
4 import org.junit.runners.Suite;
5
6 @RunWith(Suite.class)
7 @Suite.SuiteClasses(
8
9 { HealthCheckControllerTest.class, PropertyControllerTest.class, AaiControllerTest.class,
10                 ViewEditSubControllerTest.class })
11 public class TestSuite { // nothing
12 }