Home
last modified time | relevance | path

Searched refs:TestPropertyKeyIs (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/googletest/googletest/test/
H A Dgtest_stress_test.cc47 using internal::TestPropertyKeyIs;
71 TestPropertyKeyIs matches_key(IdToKey(id, suffix).c_str()); in ExpectKeyAndValueWereRecordedForId()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h343 class TestPropertyKeyIs {
348 explicit TestPropertyKeyIs(const std::string& key) : key_(key) {} in TestPropertyKeyIs() function
H A Dgtest.cc2320 internal::TestPropertyKeyIs(test_property.key())); in RecordProperty()