Searched refs:classToSpy (Results 1 – 1 of 1) sorted by relevance
2023 public static <T> T spy(Class<T> classToSpy) { in spy() argument2024 return MOCKITO_CORE.mock(classToSpy, withSettings() in spy()