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 MockNameMockSettingsImpl. 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 MockNameCreationSettings. mockNameMethods in org.mockito.internal.creation.settings that return MockName Modifier and Type Method Description MockNameCreationSettings. 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 classMockNameImplMethods in org.mockito.internal.util that return MockName Modifier and Type Method Description static MockNameMockUtil. 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 MockNameMockCreationSettings. getMockName()the name of this mock, as printed on verification errors; seeMockSettings.name(java.lang.String).
-