Searched refs:printServices (Results 1 – 1 of 1) sorted by relevance
67 final List<PrintServiceInfo> printServices = mock(List.class); in testSummary_shouldSetSummaryToNumberOfPrintServices() local68 when(printServices.isEmpty()).thenReturn(false); in testSummary_shouldSetSummaryToNumberOfPrintServices()69 when(printServices.size()).thenReturn(2); in testSummary_shouldSetSummaryToNumberOfPrintServices()72 .thenReturn(printServices); in testSummary_shouldSetSummaryToNumberOfPrintServices()