Uses of Interface
org.mockito.plugins.InlineMockMaker
-
Packages that use InlineMockMaker Package Description org.mockito.internal.creation.bytebuddy ByteBuddy related stuff.org.mockito.internal.framework -
-
Uses of InlineMockMaker in org.mockito.internal.creation.bytebuddy
Classes in org.mockito.internal.creation.bytebuddy that implement InlineMockMaker Modifier and Type Class Description class
InlineByteBuddyMockMaker
(package private) class
InlineDelegateByteBuddyMockMaker
Agent and subclass based mock maker. -
Uses of InlineMockMaker in org.mockito.internal.framework
Methods in org.mockito.internal.framework that return InlineMockMaker Modifier and Type Method Description private InlineMockMaker
DefaultMockitoFramework. getInlineMockMaker()
-