Uses of Enum
org.mockito.mock.MockType
Packages that use MockType
Package
Description
Static utils
Mock settings related classes.
-
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 theMockTypefor the mock being created.static MockTypeReturns 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.