Uses of Interface
org.mockito.plugins.MockMaker.TypeMockability
Packages that use MockMaker.TypeMockability
Package
Description
ByteBuddy related stuff.
Mock makers based on the
Proxy
utility.Static utils
Mockito plugins allow customization of behavior.
-
Uses of MockMaker.TypeMockability in org.mockito.internal.creation.bytebuddy
Methods in org.mockito.internal.creation.bytebuddy that return MockMaker.TypeMockabilityModifier and TypeMethodDescriptionByteBuddyMockMaker.isTypeMockable
(Class<?> type) InlineByteBuddyMockMaker.isTypeMockable
(Class<?> type) InlineDelegateByteBuddyMockMaker.isTypeMockable
(Class<?> type) SubclassByteBuddyMockMaker.isTypeMockable
(Class<?> type) -
Uses of MockMaker.TypeMockability in org.mockito.internal.creation.proxy
Methods in org.mockito.internal.creation.proxy that return MockMaker.TypeMockability -
Uses of MockMaker.TypeMockability in org.mockito.internal.util
Methods in org.mockito.internal.util that return MockMaker.TypeMockabilityModifier and TypeMethodDescriptionstatic MockMaker.TypeMockability
MockUtil.typeMockabilityOf
(Class<?> type, String mockMaker) -
Uses of MockMaker.TypeMockability in org.mockito.plugins
Methods in org.mockito.plugins that return MockMaker.TypeMockabilityModifier and TypeMethodDescriptionMockMaker.isTypeMockable
(Class<?> type) Indicates if the given type can be mocked by this mockmaker.