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