Searched refs:updatedChannels (Results 1 – 1 of 1) sorted by relevance
236 MoreAsserts.assertContentsInAnyOrder(channelListener.updatedChannels, channel1); in testBrowsable()347 assertThat(channelListener.updatedChannels).hasSize(1); in testChannelListChanged()348 Channel updatedChannel = channelListener.updatedChannels.get(0); in testChannelListChanged()366 assertThat(channelListener.updatedChannels).isEmpty(); in testChannelListChanged()707 public final List<Channel> updatedChannels = new ArrayList<>(); field in ChannelDataManagerTest.TestChannelDataManagerChannelListener717 updatedChannels.add(channel); in onChannelUpdated()724 updatedChannels.clear(); in reset()