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

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

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

{ ServiceRelationshipsTest.class, RelationshipTest.class, RelatedToPropertyTest.class, RelationshipDataTest.class })
public class TestSuite { // nothing
}