Suppress MultipleTopLevelClasses warning (#581)

This commit is contained in:
Tyler Veness
2017-07-27 02:15:00 -04:00
committed by Peter Johnson
parent 3b44160cff
commit 6bc793505d

View File

@@ -28,6 +28,7 @@ import static org.junit.Assert.assertEquals;
* Yes, this is the test system testing itself. Functionally, this is making sure that all tests get
* run correctly when you use parametrized arguments.
*/
@SuppressWarnings("MultipleTopLevelClasses")
public class AbstractTestSuiteTest {
@Ignore("Prevents ANT from trying to run these as tests")