Searched refs:expectedChannelList (Results 1 – 1 of 1) sorted by relevance
210 List<Channel> expectedChannelList = mRecommender.recommendChannels(); in testGetChannelSortKey_recommendAllChannels() local215 MoreAsserts.assertContentsInOrder(channelList, expectedChannelList.toArray()); in testGetChannelSortKey_recommendAllChannels()226 List<Channel> expectedChannelList = mRecommender.recommendChannels(3); in testGetChannelSortKey_recommendFewChannels() local234 MoreAsserts.assertContentsInOrder(channelList, expectedChannelList.toArray()); in testGetChannelSortKey_recommendFewChannels()