Backproject
RunTestCases.h
1 #ifndef BACKPROJECT_RUNTESTCASES_H
2 #define BACKPROJECT_RUNTESTCASES_H
3 
7 class RunTestCases {
8 
9 };
10 
11 
12 #endif //BACKPROJECT_RUNTESTCASES_H
Main class for containing the test cases when running googletest unittests.
Definition: RunTestCases.h:7