mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Suppress MultipleTopLevelClasses warning (#581)
This commit is contained in:
committed by
Peter Johnson
parent
3b44160cff
commit
6bc793505d
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user