package com.jcwhatever.nucleus.utils.performance.pool; import org.junit.runner.RunWith; import org.junit.runners.Suite; @RunWith(Suite.class) @Suite.SuiteClasses({ SimpleCheckoutPoolTest.class, SimplePoolTest.class }) public class _PoolTestSuite { }