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

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

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

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