Home
last modified time | relevance | path

Searched refs:mockedTypeIsInconsistentWithDelegatedInstanceType (Results 1 – 2 of 2) sorted by relevance

/external/mockito/src/main/java/org/mockito/internal/util/
DMockCreationValidator.java9 …ort static org.mockito.internal.exceptions.Reporter.mockedTypeIsInconsistentWithDelegatedInstanceT…
54 throw mockedTypeIsInconsistentWithDelegatedInstanceType(classToMock, delegatedInstance); in validateDelegatedInstance()
/external/mockito/src/main/java/org/mockito/internal/exceptions/
DReporter.java715 …public static MockitoException mockedTypeIsInconsistentWithDelegatedInstanceType(Class<?> mockedTy… in mockedTypeIsInconsistentWithDelegatedInstanceType() method in Reporter