Lines Matching defs:TEST
78 TEST(AddService, HappyHappy) { in TEST() function
84 TEST(AddService, EmptyNameDisallowed) { in TEST() function
90 TEST(AddService, JustShortEnoughServiceNameHappy) { in TEST() function
96 TEST(AddService, TooLongNameDisallowed) { in TEST() function
102 TEST(AddService, WeirdCharactersDisallowed) { in TEST() function
108 TEST(AddService, AddNullServiceDisallowed) { in TEST() function
114 TEST(AddService, AddDisallowedFromApp) { in TEST() function
130 TEST(AddService, HappyOverExistingService) { in TEST() function
138 TEST(AddService, NoPermissions) { in TEST() function
150 TEST(GetService, HappyHappy) { in TEST() function
162 TEST(GetService, NonExistant) { in TEST() function
170 TEST(GetService, NoPermissionsForGettingService) { in TEST() function
188 TEST(GetService, AllowedFromIsolated) { in TEST() function
212 TEST(GetService, NotAllowedFromIsolated) { in TEST() function
238 TEST(ListServices, NoPermissions) { in TEST() function
251 TEST(ListServices, AllServices) { in TEST() function
270 TEST(ListServices, CriticalServices) { in TEST() function
306 TEST(ServiceNotifications, NoPermissionsRegister) { in TEST() function
320 TEST(ServiceNotifications, NoPermissionsUnregister) { in TEST() function
335 TEST(ServiceNotifications, InvalidName) { in TEST() function
344 TEST(ServiceNotifications, NullCallback) { in TEST() function
351 TEST(ServiceNotifications, Unregister) { in TEST() function
360 TEST(ServiceNotifications, UnregisterWhenNoRegistrationExists) { in TEST() function
369 TEST(ServiceNotifications, NoNotification) { in TEST() function
382 TEST(ServiceNotifications, GetNotification) { in TEST() function
397 TEST(ServiceNotifications, GetNotificationForAlreadyRegisteredService) { in TEST() function
413 TEST(ServiceNotifications, GetMultipleNotification) { in TEST() function