Unit Testing & Test Cases - CSCI150GTeam/GTeamProject GitHub Wiki
Unit Testing
*SDL does not have unit testing *C++ Unit Testing *Netbeans IDE - has build in C++ simple test and CppUnit test (requires installation of a Unit Testing Framework)
FAQ (Frequently Asked Questions): What is Unit Testing? List of Unit Testing Frameworks C++ Test Tutorial C Unit Testing in Netbeans
Problems: *Determining a C++ Unit Testing Framework *Attempted using Boost Test Library for C++ Unit Testing