Lines Matching refs:TEST

32 TEST(properties, smoke) {  in TEST()  function
49 TEST(properties, too_long) { in TEST() function
70 TEST(properties, empty_key) { in TEST() function
75 TEST(properties, empty_value) { in TEST() function
88 TEST(properties, GetBoolProperty_true) { in TEST() function
96 TEST(properties, GetBoolProperty_false) { in TEST() function
104 TEST(properties, GetBoolProperty_default) { in TEST() function
147 TEST(properties, GetIntProperty_int8_t) { CheckGetIntProperty<int8_t>(); } in TEST() function
148 TEST(properties, GetIntProperty_int16_t) { CheckGetIntProperty<int16_t>(); } in TEST() function
149 TEST(properties, GetIntProperty_int32_t) { CheckGetIntProperty<int32_t>(); } in TEST() function
150 TEST(properties, GetIntProperty_int64_t) { CheckGetIntProperty<int64_t>(); } in TEST() function
152 TEST(properties, GetUintProperty_uint8_t) { CheckGetUintProperty<uint8_t>(); } in TEST() function
153 TEST(properties, GetUintProperty_uint16_t) { CheckGetUintProperty<uint16_t>(); } in TEST() function
154 TEST(properties, GetUintProperty_uint32_t) { CheckGetUintProperty<uint32_t>(); } in TEST() function
155 TEST(properties, GetUintProperty_uint64_t) { CheckGetUintProperty<uint64_t>(); } in TEST() function
157 TEST(properties, WaitForProperty) { in TEST() function
176 TEST(properties, WaitForProperty_timeout) { in TEST() function
191 TEST(properties, WaitForProperty_MaxTimeout) { in TEST() function
211 TEST(properties, WaitForProperty_NegativeTimeout) { in TEST() function
231 TEST(properties, WaitForPropertyCreation) { in TEST() function
246 TEST(properties, WaitForPropertyCreation_timeout) { in TEST() function
261 TEST(properties, CachedProperty) { in TEST() function