/* * Created on Jun 25, 2006 */ package com.processpuzzle.party.partyroletype.domain; import org.junit.runner.RunWith; import org.junit.runners.Suite; @RunWith(Suite.class) @Suite.SuiteClasses({ PartyRoleTypeFactoryTest.class }) /** * @author zsolt.zsuffa */ public class PartyRoleTypeTestSuite {}