Uses of Enum Class
org.springframework.boot.test.mock.mockito.MockReset
Package
Description
Mockito integration for Spring Boot tests.
-
Uses of MockReset in org.springframework.boot.test.mock.mockito
Modifier and TypeMethodDescriptionstatic MockReset
Returns 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.Modifier and TypeMethodDescriptionstatic org.mockito.MockSettings
ApplyMockReset
to existingsettings
.static org.mockito.MockSettings
MockReset.withSettings
(MockReset reset) Createsettings
to be used with mocks where a specific reset should occur.