package com.jcwhatever.nucleus.views.chest; import org.junit.runner.RunWith; import org.junit.runners.Suite; @RunWith(Suite.class) @Suite.SuiteClasses({ ChestViewTest.class }) public class _ChestTestSuite { }