Home | History | Annotate | Download | only in test

Lines Matching refs:TestProperty

232 using testing::TestProperty;
1082 // Tests TestProperty construction.
1084 TestProperty property("key", "1");
1089 // Tests TestProperty replacing a value.
1091 TestProperty property("key", "1");
1331 // Tests the TestProperty class.
1334 const TestProperty property("key", "value");
1340 TestProperty property("key", "value_1");
1463 TestProperty property("key_1", "1");
1466 const TestProperty& actual_property = test_result.GetTestProperty(0);
1474 TestProperty property_1("key_1", "1");
1475 TestProperty property_2("key_2", "2");
1479 const TestProperty& actual_property_1 = test_result.GetTestProperty(0);
1483 const TestProperty& actual_property_2 = test_result.GetTestProperty(1);
1491 TestProperty property_1_1("key_1", "1");
1492 TestProperty property_2_1("key_2", "2");
1493 TestProperty property_1_2("key_1", "12");
1494 TestProperty property_2_2("key_2", "22");
1501 const TestProperty& actual_property_1 = test_result.GetTestProperty(0);
1505 const TestProperty& actual_property_2 = test_result.GetTestProperty(1);
1513 TestProperty property_1("key_1", "1");
1514 TestProperty property_2("key_2", "2");
1515 TestProperty property_3("key_3", "3");
1520 const TestProperty& fetched_property_1 = test_result.GetTestProperty(0);
1521 const TestProperty& fetched_property_2 = test_result.GetTestProperty(1);
1522 const TestProperty& fetched_property_3 = test_result.GetTestProperty(2);