Class MockMethodAdvice
java.lang.Object
org.mockito.internal.creation.bytebuddy.inject.MockMethodDispatcher
org.mockito.internal.creation.bytebuddy.MockMethodAdvice
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionMockMethodAdvice(WeakConcurrentMap<Object, MockMethodInterceptor> interceptors, DetachedThreadLocal<Map<Class<?>, MockMethodInterceptor>> mockedStatics, String identifier, Predicate<Class<?>> isMockConstruction, ConstructionCallback onConstruction) -
Method Summary
Modifier and TypeMethodDescriptionCallable<?> handleConstruction(Class<?> type, Object object, Object[] arguments, String[] parameterTypeNames) Callable<?> handleStatic(Class<?> type, Method origin, Object[] arguments) booleanisConstructorMock(Class<?> type) booleanbooleanbooleanisMockedStatic(Class<?> type) booleanisOverridden(Object instance, Method origin) Methods inherited from class org.mockito.internal.creation.bytebuddy.inject.MockMethodDispatcher
get, getStatic, handleConstruction, isConstructorMock, set
-
Constructor Details
-
MockMethodAdvice
public MockMethodAdvice(WeakConcurrentMap<Object, MockMethodInterceptor> interceptors, DetachedThreadLocal<Map<Class<?>, MockMethodInterceptor>> mockedStatics, String identifier, Predicate<Class<?>> isMockConstruction, ConstructionCallback onConstruction)
-
-
Method Details
-
handle
- Specified by:
handlein classMockMethodDispatcher- Throws:
Throwable
-
handleStatic
- Specified by:
handleStaticin classMockMethodDispatcher- Throws:
Throwable
-
handleConstruction
public Object handleConstruction(Class<?> type, Object object, Object[] arguments, String[] parameterTypeNames) - Specified by:
handleConstructionin classMockMethodDispatcher
-
isMock
- Specified by:
isMockin classMockMethodDispatcher
-
isMocked
- Specified by:
isMockedin classMockMethodDispatcher
-
isMockedStatic
- Specified by:
isMockedStaticin classMockMethodDispatcher
-
isOverridden
- Specified by:
isOverriddenin classMockMethodDispatcher
-
isConstructorMock
- Specified by:
isConstructorMockin classMockMethodDispatcher
-