Package | Description |
---|---|
org.springframework.boot.test.mock.mockito |
Mockito integration for Spring Boot tests.
|
Modifier and Type | Method and Description |
---|---|
static MockReset |
MockReset.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MockReset[] |
MockReset.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static org.mockito.MockSettings |
MockReset.apply(MockReset reset,
org.mockito.MockSettings settings)
Apply
MockReset to existing settings . |
static org.mockito.MockSettings |
MockReset.withSettings(MockReset reset)
Create
settings to be used with mocks where a specific reset
should occur. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.