Lines Matching refs:ASSERT_TRUE

102     ASSERT_TRUE(check_for_empty(&wb, client));  in TestWatcherAdd()
108 ASSERT_TRUE(check_for_event(&wb, client, "foo", fuchsia_io_WATCH_EVENT_ADDED)); in TestWatcherAdd()
112 ASSERT_TRUE(check_for_event(&wb, client, "bar", fuchsia_io_WATCH_EVENT_ADDED)); in TestWatcherAdd()
116 ASSERT_TRUE(check_for_event(&wb, client, "blat", fuchsia_io_WATCH_EVENT_ADDED)); in TestWatcherAdd()
123 ASSERT_TRUE(check_for_empty(&wb, client)); in TestWatcherAdd()
166 ASSERT_TRUE(check_for_event(&wb, client, ".", fuchsia_io_WATCH_EVENT_EXISTING)); in TestWatcherExisting()
167 ASSERT_TRUE(check_for_event(&wb, client, "foo", fuchsia_io_WATCH_EVENT_EXISTING)); in TestWatcherExisting()
168 ASSERT_TRUE(check_for_event(&wb, client, "bar", fuchsia_io_WATCH_EVENT_EXISTING)); in TestWatcherExisting()
169 ASSERT_TRUE(check_for_event(&wb, client, "", fuchsia_io_WATCH_EVENT_IDLE)); in TestWatcherExisting()
170 ASSERT_TRUE(check_for_empty(&wb, client)); in TestWatcherExisting()
177 ASSERT_TRUE(check_for_event(&wb, client, "baz", fuchsia_io_WATCH_EVENT_ADDED)); in TestWatcherExisting()
178 ASSERT_TRUE(check_for_empty(&wb, client)); in TestWatcherExisting()
189 ASSERT_TRUE(check_for_event(&wb2, client2, ".", fuchsia_io_WATCH_EVENT_EXISTING)); in TestWatcherExisting()
190 ASSERT_TRUE(check_for_event(&wb2, client2, "foo", fuchsia_io_WATCH_EVENT_EXISTING)); in TestWatcherExisting()
191 ASSERT_TRUE(check_for_event(&wb2, client2, "bar", fuchsia_io_WATCH_EVENT_EXISTING)); in TestWatcherExisting()
192 ASSERT_TRUE(check_for_event(&wb2, client2, "baz", fuchsia_io_WATCH_EVENT_EXISTING)); in TestWatcherExisting()
193 ASSERT_TRUE(check_for_event(&wb2, client2, "", fuchsia_io_WATCH_EVENT_IDLE)); in TestWatcherExisting()
194 ASSERT_TRUE(check_for_empty(&wb2, client2)); in TestWatcherExisting()
195 ASSERT_TRUE(check_for_empty(&wb, client)); in TestWatcherExisting()
203 ASSERT_TRUE(check_for_empty(&wb, client)); in TestWatcherExisting()
204 ASSERT_TRUE(check_for_empty(&wb2, client2)); in TestWatcherExisting()
237 ASSERT_TRUE(check_for_empty(&wb, client)); in TestWatcherRemoved()
243 ASSERT_TRUE(check_for_event(&wb, client, "foo", fuchsia_io_WATCH_EVENT_ADDED)); in TestWatcherRemoved()
244 ASSERT_TRUE(check_for_empty(&wb, client)); in TestWatcherRemoved()
248 ASSERT_TRUE(check_for_event(&wb, client, "foo", fuchsia_io_WATCH_EVENT_REMOVED)); in TestWatcherRemoved()
249 ASSERT_TRUE(check_for_event(&wb, client, "bar", fuchsia_io_WATCH_EVENT_ADDED)); in TestWatcherRemoved()
250 ASSERT_TRUE(check_for_empty(&wb, client)); in TestWatcherRemoved()
253 ASSERT_TRUE(check_for_event(&wb, client, "bar", fuchsia_io_WATCH_EVENT_REMOVED)); in TestWatcherRemoved()
254 ASSERT_TRUE(check_for_empty(&wb, client)); in TestWatcherRemoved()