Lines Matching defs:repeat
140 void TestRepeat(int repeat) {
141 GTEST_FLAG_SET(repeat, repeat);
145 GTEST_CHECK_INT_EQ_(repeat > 0 ? 1 : 0, RUN_ALL_TESTS());
146 CheckCounts(repeat);
151 void TestRepeatWithEmptyFilter(int repeat) {
152 GTEST_FLAG_SET(repeat, repeat);
163 void TestRepeatWithFilterForSuccessfulTests(int repeat) {
164 GTEST_FLAG_SET(repeat, repeat);
170 GTEST_CHECK_INT_EQ_(repeat, g_environment_set_up_count);
171 GTEST_CHECK_INT_EQ_(repeat, g_environment_tear_down_count);
173 GTEST_CHECK_INT_EQ_(repeat, g_should_pass_count);
174 GTEST_CHECK_INT_EQ_(repeat, g_death_test_count);
175 GTEST_CHECK_INT_EQ_(repeat * kNumberOfParamTests, g_param_test_count);
180 void TestRepeatWithFilterForFailedTests(int repeat) {
181 GTEST_FLAG_SET(repeat, repeat);
187 GTEST_CHECK_INT_EQ_(repeat, g_environment_set_up_count);
188 GTEST_CHECK_INT_EQ_(repeat, g_environment_tear_down_count);
189 GTEST_CHECK_INT_EQ_(repeat, g_should_fail_count);
213 // when GTEST_FLAG(repeat) is negative, but this test will be quite