|
Unit Testing FRC Project
Hi all,
I was wondering if anyone has had experience with unit testing their FRC project in netbeans.
I'm not sure how much JUnit is supported by Java ME, but if it does I imagine it could be done by excluding the test folders from the build.xml Ant targets that build the jar for the robot.
I was wondering if anyone else had done this and could describe their project set-up and modifications. I figure asking if anyone did it first is preferable to fording out and trying to hack everything out on my own.
Thanks,
Josh
|