Home | History | Annotate | Download | only in server

Lines Matching refs:expectedList

766         List<ScoredNetwork> expectedList = Collections.singletonList(SCORED_NETWORK);
767 assertEquals(expectedList, actualList);
824 List<ScoredNetwork> expectedList = Lists.newArrayList(SCORED_NETWORK, SCORED_NETWORK_2);
825 assertEquals(expectedList, actualList);