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

/external/chromium/testing/gtest/test/
H A Dgtest-param-test_test.cc578 void TestBodyExecuted() { test_body_count_++; }
604 EXPECT_EQ(kExpectedCalls, test_body_count_)
611 tear_down_count_(0), test_body_count_(0) {}
616 int test_body_count_; member in class:TestGenerationEnvironment
/external/gtest/test/
H A Dgtest-param-test_test.cc578 void TestBodyExecuted() { test_body_count_++; }
604 EXPECT_EQ(kExpectedCalls, test_body_count_)
611 tear_down_count_(0), test_body_count_(0) {}
616 int test_body_count_; member in class:TestGenerationEnvironment
/external/protobuf/gtest/test/
H A Dgtest-param-test_test.cc546 void TestBodyExecuted() { test_body_count_++; }
572 EXPECT_EQ(kExpectedCalls, test_body_count_)
579 tear_down_count_(0), test_body_count_(0) {}
584 int test_body_count_; member in class:TestGenerationEnvironment

Completed in 124 milliseconds