Package org.mockito.plugins
Interface MockMaker.ConstructionMockControl<T>
-
- All Known Implementing Classes:
InlineDelegateByteBuddyMockMaker.InlineConstructionMockControl
- Enclosing interface:
- MockMaker
@Incubating public static interface MockMaker.ConstructionMockControl<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
disable()
void
enable()
java.util.List<T>
getMocks()
java.lang.Class<T>
getType()
-