Package org.mockito.mock
Interface MockName
-
public interface MockName
Represents 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 boolean
isDefault()
default name means generated by Mockito.String
toString()
the name
-