package com.processpuzzle.persistence.domain; import org.junit.runner.RunWith; import org.junit.runners.Suite; @RunWith(Suite.class) @Suite.SuiteClasses({ TestEntityRepositoryTest.class }) public class PersistenceTestSuite {}