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 }