Home | History | Annotate | Download | only in src

Lines Matching defs:RecordProperty

1814 void TestResult::RecordProperty(const TestProperty& test_property) {
1835 << "Reserved key used in RecordProperty(): "
1919 void Test::RecordProperty(const char* key, const char* value) {
1924 void Test::RecordProperty(const char* key, int value) {
1927 RecordProperty(key, value_message.GetString().c_str());
3782 impl_->current_test_result()->RecordProperty(test_property);