JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.mockito.mock
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
isDefault
()
default name means generated by Mockito.
String
toString
()
the name
Method Details
toString
String
toString
()
the name
Overrides:
toString
in class
Object
isDefault
boolean
isDefault
()
default name means generated by Mockito. non-default means the user has named the mock at creation.