Lines Matching defs:tests
13 namespace tests
54 /// @param passed_count the number of passed tests. This is going to
57 /// @param failed_count the number of failed tests. This is going to
60 /// @param total_count the total number of tests. This is going to be
85 /// @param total_count the total number of tests executed.
87 /// @param passed_count the number of tests that succeeded.
89 /// @param failed_count the number of tests that failed.
101 std::cout << "Total number of tests executed: " << total_count
102 << " Number of tests PASSED: " << passed_count
103 << ", Number of tests FAILED: " << failed_count
106 }//end namespace tests