Package org.mockito.plugins
Interface MockMaker.TypeMockability
-
- Enclosing interface:
- MockMaker
public static interface MockMaker.TypeMockabilityCarries the mockability information- Since:
- 2.1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmockable()informs if type is mockablejava.lang.StringnonMockableReason()informs why type is not mockable
-