Uses of Interface
org.mockito.mock.MockName
-
Packages that use MockName Package Description org.mockito.internal.creation Mock object creation.org.mockito.internal.creation.settings org.mockito.internal.util Static utilsorg.mockito.mock Mock settings related classes. -
-
Uses of MockName in org.mockito.internal.creation
Methods in org.mockito.internal.creation that return MockName Modifier and Type Method Description MockName
MockSettingsImpl. getMockName()
-
Uses of MockName in org.mockito.internal.creation.settings
Fields in org.mockito.internal.creation.settings declared as MockName Modifier and Type Field Description protected MockName
CreationSettings. mockName
Methods in org.mockito.internal.creation.settings that return MockName Modifier and Type Method Description MockName
CreationSettings. getMockName()
Methods in org.mockito.internal.creation.settings with parameters of type MockName Modifier and Type Method Description CreationSettings<T>
CreationSettings. setMockName(MockName mockName)
-
Uses of MockName in org.mockito.internal.util
Classes in org.mockito.internal.util that implement MockName Modifier and Type Class Description class
MockNameImpl
Methods in org.mockito.internal.util that return MockName Modifier and Type Method Description static MockName
MockUtil. getMockName(java.lang.Object mock)
-
Uses of MockName in org.mockito.mock
Methods in org.mockito.mock that return MockName Modifier and Type Method Description MockName
MockCreationSettings. getMockName()
the name of this mock, as printed on verification errors; seeMockSettings.name(java.lang.String)
.
-