package com.jcwhatever.nucleus.regions; import org.junit.runner.RunWith; import org.junit.runners.Suite; @RunWith(Suite.class) @Suite.SuiteClasses({ RegionSelectionTest.class }) public class _SelectionTestSuite { }