Game Development Community

Writing Unit Tests

by James Urquhart · in Torque 3D Professional · 02/05/2015 (12:20 pm) · 3 replies

Hey guys,

I'd like to write some unit tests regarding some changes I'm making to the console system, but I'm at a bit of a loss as to where to start. Specifically I need to know..

1. What testing framework is currently being used
2. How are tests meant to be enabled
3. How tests are meant to be run

Any assistance would be appreciated.