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