Called when testing is started. \param tests Total number of tests in all suites.
| 64 | /// \param tests Total number of tests in all suites. |
| 65 | /// |
| 66 | virtual void initialize(int tests) |
| 67 | { |
| 68 | CPPTEST_UNUSED(tests); |
| 69 | } |
| 70 | |
| 71 | /// Called when testing is finished. |
| 72 | /// |