Home | History | Annotate | Download | only in test

Lines Matching refs:repeat

51 GTEST_DECLARE_int32_(repeat);
57 using testing::GTEST_FLAG(repeat);
172 void TestRepeat(int repeat) {
173 GTEST_FLAG(repeat) = repeat;
176 GTEST_CHECK_INT_EQ_(repeat > 0 ? 1 : 0, RUN_ALL_TESTS());
177 CheckCounts(repeat);
182 void TestRepeatWithEmptyFilter(int repeat) {
183 GTEST_FLAG(repeat) = repeat;
193 void TestRepeatWithFilterForSuccessfulTests(int repeat) {
194 GTEST_FLAG(repeat) = repeat;
199 GTEST_CHECK_INT_EQ_(repeat, g_environment_set_up_count);
200 GTEST_CHECK_INT_EQ_(repeat, g_environment_tear_down_count);
202 GTEST_CHECK_INT_EQ_(repeat, g_should_pass_count);
203 GTEST_CHECK_INT_EQ_(repeat, g_death_test_count);
205 GTEST_CHECK_INT_EQ_(repeat * kNumberOfParamTests, g_param_test_count);
211 void TestRepeatWithFilterForFailedTests(int repeat) {
212 GTEST_FLAG(repeat) = repeat;
217 GTEST_CHECK_INT_EQ_(repeat, g_environment_set_up_count);
218 GTEST_CHECK_INT_EQ_(repeat, g_environment_tear_down_count);
219 GTEST_CHECK_INT_EQ_(repeat, g_should_fail_count);
246 // when GTEST_FLAG(repeat) is negative, but this test will be quite