Class SystemTestCommand
- java.lang.Object
- 
- edu.wpi.first.wpilibj2.command.CommandBase
- 
- com.lightningrobotics.common.testing.SystemTestCommand
 
 
- 
- All Implemented Interfaces:
- edu.wpi.first.util.sendable.Sendable,- edu.wpi.first.wpilibj2.command.Command
 
 public class SystemTestCommand extends edu.wpi.first.wpilibj2.command.CommandBaseRuns allSystemTeststhat have been queued withSystemTest.register(SystemTest). The interactive test interface is on aShuffleboardtab called "System Tests" where users can view the current test, and pass/fail interactive system tests.
- 
- 
Constructor SummaryConstructors Constructor Description SystemTestCommand()Creates new SystemTestCommand.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidend(boolean interrupted)voidexecute()voidinitialize()booleanisFinished()voidreset()Resets the status of all system tests to incomplete.- 
Methods inherited from class edu.wpi.first.wpilibj2.command.CommandBaseaddRequirements, getName, getRequirements, getSubsystem, initSendable, setName, setSubsystem, withName
 
- 
 
- 
- 
- 
Constructor Detail- 
SystemTestCommandpublic SystemTestCommand() Creates new SystemTestCommand. This should only be called inLightningRobot.testInit().
 
- 
 
-