How would I unit test the following If Condition Statement using CppUnit?

前端 未结 0 1109
盖世英雄少女心
盖世英雄少女心 2021-01-14 04:27

How would I unit test the following If Condition Statement using CppUnit? static int count; static int x = 17;

   void numbers(void){
    ++count;
    
   if          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题