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

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

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

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