Uses of Enum
org.mockito.mock.MockType
Packages that use MockType
Package
Description
Mock object creation.
Static utils
Mock settings related classes.
-
Uses of MockType in org.mockito.internal.creation
Methods in org.mockito.internal.creation with parameters of type MockTypeModifier and TypeMethodDescriptionprivate static <T> CreationSettings
<T> MockSettingsImpl.buildCreationSettings
(Class<T> classToMock, CreationSettings<T> source, MockType mockType) -
Uses of MockType in org.mockito.internal.creation.settings
Fields in org.mockito.internal.creation.settings declared as MockTypeMethods in org.mockito.internal.creation.settings that return MockTypeMethods in org.mockito.internal.creation.settings with parameters of type MockType -
Uses of MockType in org.mockito.internal.util
Constructors in org.mockito.internal.util with parameters of type MockType -
Uses of MockType in org.mockito.mock
Methods in org.mockito.mock that return MockTypeModifier and TypeMethodDescriptionMockCreationSettings.getMockType()
Returns theMockType
for the mock being created.static MockType
Returns the enum constant of this type with the specified name.static MockType[]
MockType.values()
Returns an array containing the constants of this enum type, in the order they are declared.