Modifier and Type | Method and Description |
---|---|
StubRunnerProperties.StubsMode |
StubRunnerOptions.getStubsMode() |
Modifier and Type | Method and Description |
---|---|
StubRunnerOptionsBuilder |
StubRunnerOptionsBuilder.withStubsMode(StubRunnerProperties.StubsMode stubsMode) |
Modifier and Type | Method and Description |
---|---|
StubRunnerExtension |
StubRunnerExtension.stubsMode(StubRunnerProperties.StubsMode stubsMode) |
StubRunnerRule |
StubRunnerRule.stubsMode(StubRunnerProperties.StubsMode stubsMode) |
Modifier and Type | Method and Description |
---|---|
StubRunnerProperties.StubsMode |
StubRunnerProperties.getStubsMode() |
static StubRunnerProperties.StubsMode |
StubRunnerProperties.StubsMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StubRunnerProperties.StubsMode[] |
StubRunnerProperties.StubsMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
StubRunnerProperties.setStubsMode(StubRunnerProperties.StubsMode stubsMode) |
Copyright © 2016–2019 Spring. All rights reserved.