Interface MockName
- All Known Implementing Classes:
MockNameImpl
public interface MockName
Represents the name of the mock as shown in the verification failure reports, etc.
-
Method Summary
-
Method Details
-
toString
-
isDefault
boolean isDefault()default name means generated by Mockito. non-default means the user has named the mock at creation.
-