Uses of Enum Class
org.springframework.boot.test.mock.mockito.MockReset

Packages that use MockReset
Package
Description
Mockito integration for Spring Boot tests.
  • Uses of MockReset in org.springframework.boot.test.mock.mockito

    Modifier and Type
    Method
    Description
    static MockReset
    MockReset.valueOf(String name)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the enum constant of this class with the specified name.
    static MockReset[]
    MockReset.values()
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns an array containing the constants of this enum class, in the order they are declared.
    Methods in org.springframework.boot.test.mock.mockito with parameters of type MockReset
    Modifier and Type
    Method
    Description
    static org.mockito.MockSettings
    MockReset.apply(MockReset reset, org.mockito.MockSettings settings)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Apply MockReset to existing settings.
    static org.mockito.MockSettings
    MockReset.withSettings(MockReset reset)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Create settings to be used with mocks where a specific reset should occur.