| Package | Description |
|---|---|
| org.springframework.cloud.contract.stubrunner | |
| org.springframework.cloud.contract.stubrunner.junit |
| Modifier and Type | Method and Description |
|---|---|
StubRunnerOptions |
StubRunnerOptionsBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
Map.Entry<StubConfiguration,File> |
AetherStubDownloader.downloadAndUnpackStubJar(StubRunnerOptions options,
StubConfiguration stubConfiguration) |
Map.Entry<StubConfiguration,File> |
StubDownloader.downloadAndUnpackStubJar(StubRunnerOptions options,
StubConfiguration stubConfiguration)
Returns a mapping of updated StubConfiguration (it will contain the resolved version) and the location of the downloaded JAR.
|
StubRunnerOptionsBuilder |
StubRunnerOptionsBuilder.withOptions(StubRunnerOptions options) |
| Constructor and Description |
|---|
AetherStubDownloader(StubRunnerOptions stubRunnerOptions) |
BatchStubRunnerFactory(StubRunnerOptions stubRunnerOptions) |
BatchStubRunnerFactory(StubRunnerOptions stubRunnerOptions,
StubDownloader stubDownloader) |
BatchStubRunnerFactory(StubRunnerOptions stubRunnerOptions,
StubDownloader stubDownloader,
MessageVerifier<?> contractVerifierMessaging) |
StubRunner(StubRunnerOptions stubRunnerOptions,
String repositoryPath,
StubConfiguration stubsConfiguration) |
StubRunner(StubRunnerOptions stubRunnerOptions,
String repositoryPath,
StubConfiguration stubsConfiguration,
MessageVerifier<?> contractVerifierMessaging) |
StubRunnerOptionsBuilder(StubRunnerOptions options) |
| Modifier and Type | Method and Description |
|---|---|
StubRunnerRule |
StubRunnerRule.options(StubRunnerOptions stubRunnerOptions)
Override all options
|
Copyright © 2016 Spring. All rights reserved.