Uses of Enum Class
org.springframework.test.context.bean.override.mockito.MockReset
Packages that use MockReset
Package
Description
Bean overriding mechanism based on Mockito mocking and spying.
-
Uses of MockReset in org.springframework.test.context.bean.override.mockito
Methods in org.springframework.test.context.bean.override.mockito that return MockResetModifier and TypeMethodDescriptionstatic MockResetReturns the enum constant of this class with the specified name.static MockReset[]MockReset.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.test.context.bean.override.mockito with parameters of type MockResetModifier and TypeMethodDescriptionstatic org.mockito.MockSettingsApplyMockResetto existingsettings.static org.mockito.MockSettingsMockReset.withSettings(MockReset reset) Createsettingsto be used with mocks where a specific reset should occur.