Searched refs:mockedTypeIsInconsistentWithDelegatedInstanceType (Results 1 – 2 of 2) sorted by relevance
9 …ort static org.mockito.internal.exceptions.Reporter.mockedTypeIsInconsistentWithDelegatedInstanceT…54 throw mockedTypeIsInconsistentWithDelegatedInstanceType(classToMock, delegatedInstance); in validateDelegatedInstance()
715 …public static MockitoException mockedTypeIsInconsistentWithDelegatedInstanceType(Class<?> mockedTy… in mockedTypeIsInconsistentWithDelegatedInstanceType() method in Reporter