aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/test/java/org/onap/vid/aai/TestSuite.java
blob: eac3bdf2657f8a5d95b3dc3e7d1859847eccfbf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package org.onap.vid.aai;

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

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

{ SubscriberAaiResponseTest.class, AaiGetVnfResponseTest.class, ServicePropertiesTest.class,
		SubscriberWithFilterTest.class, VnfResultTest.class, org.onap.vid.aai.model.TestSuite.class })
public class TestSuite { // nothing
}