Lines Matching defs:TEST
30 TEST(properties, smoke) { in TEST() function
47 TEST(properties, empty) { in TEST() function
61 TEST(properties, GetBoolProperty_true) { in TEST() function
69 TEST(properties, GetBoolProperty_false) { in TEST() function
77 TEST(properties, GetBoolProperty_default) { in TEST() function
120 TEST(properties, GetIntProperty_int8_t) { CheckGetIntProperty<int8_t>(); } in TEST() function
121 TEST(properties, GetIntProperty_int16_t) { CheckGetIntProperty<int16_t>(); } in TEST() function
122 TEST(properties, GetIntProperty_int32_t) { CheckGetIntProperty<int32_t>(); } in TEST() function
123 TEST(properties, GetIntProperty_int64_t) { CheckGetIntProperty<int64_t>(); } in TEST() function
125 TEST(properties, GetUintProperty_uint8_t) { CheckGetUintProperty<uint8_t>(); } in TEST() function
126 TEST(properties, GetUintProperty_uint16_t) { CheckGetUintProperty<uint16_t>(); } in TEST() function
127 TEST(properties, GetUintProperty_uint32_t) { CheckGetUintProperty<uint32_t>(); } in TEST() function
128 TEST(properties, GetUintProperty_uint64_t) { CheckGetUintProperty<uint64_t>(); } in TEST() function
130 TEST(properties, WaitForProperty) { in TEST() function
149 TEST(properties, WaitForProperty_timeout) { in TEST() function
164 TEST(properties, WaitForProperty_MaxTimeout) { in TEST() function
184 TEST(properties, WaitForProperty_NegativeTimeout) { in TEST() function
204 TEST(properties, WaitForPropertyCreation) { in TEST() function
219 TEST(properties, WaitForPropertyCreation_timeout) { in TEST() function