View Single Post
  #4   Spotlight this post!  
Unread 27-12-2013, 12:30
Spaghetti's Avatar
Spaghetti Spaghetti is offline
Registered User
FRC #0488 (XBot)
Team Role: Mentor
 
Join Date: Apr 2012
Rookie Year: 2011
Location: Seattle
Posts: 13
Spaghetti is an unknown quantity at this point
Re: Trying to use junit so I can test code without needing the cRIO

The way we're tackling this is to have the meat of the robot logic in a separate, vanilla .jar. This core-code jar is then included in both the robot project and a separate JUnit project in netbeans. This way the code can be unit tested using the normal JUnit tooling and run on the robot.
Reply With Quote