Package | Description |
---|---|
org.springframework.cloud.contract.stubrunner | |
org.springframework.cloud.contract.stubrunner.junit |
Modifier and Type | Interface and Description |
---|---|
interface |
StubFinder
Contract for finding registered stubs.
|
interface |
StubRunning
Contract for running stubs.
|
Modifier and Type | Class and Description |
---|---|
class |
BatchStubRunner
Manages lifecycle of multiple
StubRunner instances. |
class |
StubRunner
Represents a single instance of ready-to-run stubs.
|
Modifier and Type | Class and Description |
---|---|
class |
StubRunnerExtension
JUnit 5 extension that allows to download and run stubs.
|
static class |
StubRunnerExtension.PortStubRunnerExtension
Helper class with additional port, related methods once you pick a stub to
download.
|
class |
StubRunnerRule
JUnit class rule that allows you to download the provided stubs.
|
static class |
StubRunnerRule.PortStubRunnerRule
Helper class with additional port, related methods once you pick a stub to
download.
|
Copyright © 2016–2019 Spring. All rights reserved.