Home | History | Annotate | Download | only in test

Lines Matching refs:TestProperty

150 using testing::internal::TestProperty;
784 // Tests TestProperty construction.
786 TestProperty property("key", "1");
791 // Tests TestProperty replacing a value.
793 TestProperty property("key", "1");
1111 TestProperty property("key_1", "1");
1113 const List<TestProperty>& properties = test_result.test_properties();
1115 TestProperty actual_property = properties.Head()->element();
1123 TestProperty property_1("key_1", "1");
1124 TestProperty property_2("key_2", "2");
1127 const List<TestProperty>& properties = test_result.test_properties();
1129 TestProperty actual_property_1 = properties.Head()->element();
1133 TestProperty actual_property_2 = properties.Last()->element();
1141 TestProperty property_1_1("key_1", "1");
1142 TestProperty property_2_1("key_2", "2");
1143 TestProperty property_1_2("key_1", "12");
1144 TestProperty property_2_2("key_2", "22");
1150 const List<TestProperty>& properties = test_result.test_properties();
1152 TestProperty actual_property_1 = properties.Head()->element();
1156 TestProperty actual_property_2 = properties.Last()->element();
1166 TestProperty property(key, "1");