team4element / Team4Rapid

Team 4 Elements code for the 2022 frc game
Other
0 stars 0 forks source link

Add Unit Testing Framework #2

Open adamgarcia4 opened 2 years ago

adamgarcia4 commented 2 years ago

Establish UT framework to enable:

  1. Remote development
  2. Code Reliability
  3. Teaching Java to occur within the scope of FRC programming (instead of just theoretical).

Tasks:

adamgarcia4 commented 2 years ago

Resources:

  1. Unit Testing Subsystems
  2. 997 Mentor going Walkthrough
  3. 972 Codebase with lots of testing
  4. Random Presentation on Unit Testing