Uses of Class
org.mockito.mock.MockType
-
Packages that use MockType 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 MockType in org.mockito.internal.creation
Methods in org.mockito.internal.creation with parameters of type MockType Modifier and Type Method Description private static <T> CreationSettings<T>
MockSettingsImpl. buildCreationSettings(java.lang.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 MockType Modifier and Type Field Description protected MockType
CreationSettings. mockType
Methods in org.mockito.internal.creation.settings that return MockType Modifier and Type Method Description MockType
CreationSettings. getMockType()
Methods in org.mockito.internal.creation.settings with parameters of type MockType Modifier and Type Method Description void
CreationSettings. setMockType(MockType mockType)
-
Uses of MockType in org.mockito.internal.util
Constructors in org.mockito.internal.util with parameters of type MockType Constructor Description MockNameImpl(java.lang.String mockName, java.lang.Class<?> type, MockType mockType)
-
Uses of MockType in org.mockito.mock
Methods in org.mockito.mock that return MockType Modifier and Type Method Description MockType
MockCreationSettings. getMockType()
Returns theMockType
for the mock being created.static MockType
MockType. valueOf(java.lang.String name)
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.
-