Home
last modified time | relevance | path

Searched refs:g_param_test_count (Results 1 - 1 of 1) sorted by relevance

/third_party/googletest/googletest/test/
H A Dgtest_repeat_test.cc99 int g_param_test_count = 0; member
106 GTEST_CHECK_INT_EQ_(g_param_test_count % kNumberOfParamTests, GetParam()); in TEST_P()
107 g_param_test_count++; in TEST_P()
119 g_param_test_count = 0; in ResetCounts()
129 GTEST_CHECK_INT_EQ_(expected * kNumberOfParamTests, g_param_test_count); in CheckCounts()
175 GTEST_CHECK_INT_EQ_(repeat * kNumberOfParamTests, g_param_test_count); in TestRepeatWithFilterForSuccessfulTests()
192 GTEST_CHECK_INT_EQ_(0, g_param_test_count); in TestRepeatWithFilterForFailedTests()

Completed in 1 milliseconds