Package org.mockito.mock
Interface MockName
-
- All Known Implementing Classes:
MockNameImpl
public interface MockNameRepresents the name of the mock as shown in the verification failure reports, etc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisDefault()default name means generated by Mockito.java.lang.StringtoString()the name
-