[commands] Add command factories (#4476)

Co-authored-by: oblarg <emichaelbarnett@gmail.com>
This commit is contained in:
Starlight220
2022-10-23 22:08:22 +03:00
committed by GitHub
parent f19d2b9b84
commit 9e1f9c1133
7 changed files with 564 additions and 15 deletions

View File

@@ -4,7 +4,7 @@
package edu.wpi.first.wpilibj2.command;
import static edu.wpi.first.wpilibj2.command.CommandGroupBase.parallel;
import static edu.wpi.first.wpilibj2.command.Commands.parallel;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertTrue;