Home | History | Annotate | Download | only in test

Lines Matching refs:TestProperty

232 using testing::TestProperty;
1066 // Tests TestProperty construction.
1068 TestProperty property("key", "1");
1073 // Tests TestProperty replacing a value.
1075 TestProperty property("key", "1");
1315 // Tests the TestProperty class.
1318 const TestProperty property("key", "value");
1324 TestProperty property("key", "value_1");
1447 TestProperty property("key_1", "1");
1450 const TestProperty& actual_property = test_result.GetTestProperty(0);
1458 TestProperty property_1("key_1", "1");
1459 TestProperty property_2("key_2", "2");
1463 const TestProperty& actual_property_1 = test_result.GetTestProperty(0);
1467 const TestProperty& actual_property_2 = test_result.GetTestProperty(1);
1475 TestProperty property_1_1("key_1", "1");
1476 TestProperty property_2_1("key_2", "2");
1477 TestProperty property_1_2("key_1", "12");
1478 TestProperty property_2_2("key_2", "22");
1485 const TestProperty& actual_property_1 = test_result.GetTestProperty(0);
1489 const TestProperty& actual_property_2 = test_result.GetTestProperty(1);
1497 TestProperty property_1("key_1", "1");
1498 TestProperty property_2("key_2", "2");
1499 TestProperty property_3("key_3", "3");
1504 const TestProperty& fetched_property_1 = test_result.GetTestProperty(0);
1505 const TestProperty& fetched_property_2 = test_result.GetTestProperty(1);
1506 const TestProperty& fetched_property_3 = test_result.GetTestProperty(2);