Home | History | Annotate | Download | only in test

Lines Matching refs:TestProperty

232 using testing::TestProperty;
1073 // Tests TestProperty construction.
1075 TestProperty property("key", "1");
1080 // Tests TestProperty replacing a value.
1082 TestProperty property("key", "1");
1322 // Tests the TestProperty class.
1325 const TestProperty property("key", "value");
1331 TestProperty property("key", "value_1");
1454 TestProperty property("key_1", "1");
1457 const TestProperty& actual_property = test_result.GetTestProperty(0);
1465 TestProperty property_1("key_1", "1");
1466 TestProperty property_2("key_2", "2");
1470 const TestProperty& actual_property_1 = test_result.GetTestProperty(0);
1474 const TestProperty& actual_property_2 = test_result.GetTestProperty(1);
1482 TestProperty property_1_1("key_1", "1");
1483 TestProperty property_2_1("key_2", "2");
1484 TestProperty property_1_2("key_1", "12");
1485 TestProperty property_2_2("key_2", "22");
1492 const TestProperty& actual_property_1 = test_result.GetTestProperty(0);
1496 const TestProperty& actual_property_2 = test_result.GetTestProperty(1);
1504 TestProperty property_1("key_1", "1");
1505 TestProperty property_2("key_2", "2");
1506 TestProperty property_3("key_3", "3");
1511 const TestProperty& fetched_property_1 = test_result.GetTestProperty(0);
1512 const TestProperty& fetched_property_2 = test_result.GetTestProperty(1);
1513 const TestProperty& fetched_property_3 = test_result.GetTestProperty(2);