Home | History | Annotate | Download | only in gtest

Lines Matching defs:RecordProperty

1585 void TestResult::RecordProperty(const TestProperty& test_property) {
1606 << "Reserved key used in RecordProperty(): "
1688 void Test::RecordProperty(const char* key, const char* value) {
1693 void Test::RecordProperty(const char* key, int value) {
1696 RecordProperty(key, value_message.GetString().c_str());
2941 impl_->current_test_result()->RecordProperty(test_property);