Home | History | Annotate | Download | only in test

Lines Matching refs:TestProperty

148 using testing::TestProperty;
1467 // Tests TestProperty construction.
1469 TestProperty property("key", "1");
1474 // Tests TestProperty replacing a value.
1476 TestProperty property("key", "1");
1704 // Tests the TestProperty class.
1707 const TestProperty property("key", "value");
1713 TestProperty property("key", "value_1");
1889 TestProperty property("key_1", "1");
1892 const TestProperty& actual_property = test_result.GetTestProperty(0);
1900 TestProperty property_1("key_1", "1");
1901 TestProperty property_2("key_2", "2");
1905 const TestProperty& actual_property_1 = test_result.GetTestProperty(0);
1909 const TestProperty& actual_property_2 = test_result.GetTestProperty(1);
1917 TestProperty property_1_1("key_1", "1");
1918 TestProperty property_2_1("key_2", "2");
1919 TestProperty property_1_2("key_1", "12");
1920 TestProperty property_2_2("key_2", "22");
1927 const TestProperty& actual_property_1 = test_result.GetTestProperty(0);
1931 const TestProperty& actual_property_2 = test_result.GetTestProperty(1);
1939 TestProperty property_1("key_1", "1");
1940 TestProperty property_2("key_2", "2");
1941 TestProperty property_3("key_3", "3");
1946 const TestProperty& fetched_property_1 = test_result.GetTestProperty(0);
1947 const TestProperty& fetched_property_2 = test_result.GetTestProperty(1);
1948 const TestProperty& fetched_property_3 = test_result.GetTestProperty(2);
1972 TestProperty property(key, "1");