How would I unit test the following If Condition Statement using CppUnit? static int count; static int x = 17;
void numbers(void){ ++count; if