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 }