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 mockableStringnonMockableReason()informs why type is not mockable
-
-
-
Method Detail
-
mockable
boolean mockable()
informs if type is mockable
-
nonMockableReason
String nonMockableReason()
informs why type is not mockable
-
-