Interface ClassCreatingMockMaker
- All Superinterfaces:
MockMaker
- All Known Implementing Classes:
ByteBuddyMockMaker
,InlineByteBuddyMockMaker
,InlineDelegateByteBuddyMockMaker
,SubclassByteBuddyMockMaker
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.mockito.plugins.MockMaker
MockMaker.ConstructionMockControl<T>, MockMaker.StaticMockControl<T>, MockMaker.TypeMockability
-
Method Summary
Modifier and TypeMethodDescription<T> Class
<? extends T> createMockType
(MockCreationSettings<T> settings) Methods inherited from interface org.mockito.plugins.MockMaker
clearAllCaches, createConstructionMock, createMock, createSpy, createStaticMock, getHandler, isTypeMockable, resetMock
-
Method Details
-
createMockType
-