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

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

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

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