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

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

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

{ ServiceModelTest.class })
public class TestSuite { // nothing
}