package com.processpuzzle.party.partyrelationshiptype.domain; import org.junit.runner.RunWith; import org.junit.runners.Suite; @RunWith(Suite.class) @Suite.SuiteClasses({ PartyRelationshipTypeTest.class, PartyRelationshipTypeFactoryTest.class }) public class PartyRelationshipTypeTestSuite {}