Package com.marslib.testing
Class MARSTestHarness
java.lang.Object
com.marslib.testing.MARSTestHarness
Centralized test setup utility that resets ALL MARSLib static singletons in one call.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcleanup()static PowerConfigReturns a standard PowerConfig for testing.static SwerveConfigReturns a standard SwerveConfig for testing.static VisionConfigReturns a standard VisionConfig for testing.static voidreset()
-
Method Details
-
reset
public static void reset() -
cleanup
public static void cleanup() -
createSwerveConfig
Returns a standard SwerveConfig for testing. -
createPowerConfig
Returns a standard PowerConfig for testing. -
createVisionConfig
Returns a standard VisionConfig for testing.
-