package com.jcwhatever.nucleus.views.workbench; import org.junit.runner.RunWith; import org.junit.runners.Suite; @RunWith(Suite.class) @Suite.SuiteClasses({ FilteredWorkbenchViewTest.class, WorkbenchViewTest.class }) public class _WorkbenchTestSuite { }