Home
last modified time | relevance | path

Searched defs:test_property (Results 1 – 1 of 1) sorted by relevance

/external/gtest/src/
Dgtest.cc1821 void TestResult::RecordProperty(const TestProperty& test_property) { in RecordProperty()
1838 bool TestResult::ValidateTestProperty(const TestProperty& test_property) { in ValidateTestProperty()
3342 const internal::TestProperty test_property(key, value); in RecordPropertyForCurrentTest() local