Searched refs:testView (Results 1 – 1 of 1) sorted by relevance
54 public static void setBackground(View testView, Drawable background) { in setBackground() argument55 Mockito.when(testView.getBackground()).thenReturn(background); in setBackground()