package test.org.korsakow.ui; import org.junit.runner.RunWith; import org.junit.runners.Suite; import org.junit.runners.Suite.SuiteClasses; @SuiteClasses({ TestUI.class, }) @RunWith(Suite.class) public class UISuite { }