Package | Description |
---|---|
org.springframework.cloud.contract.stubrunner | |
org.springframework.cloud.contract.stubrunner.junit |
Modifier and Type | Method and Description |
---|---|
URL |
StubFinder.findStubUrl(String ivyNotation)
For the given Ivy notation
[groupId]:artifactId:[version]:[classifier]
tries to find the matching URL of the running stub. |
URL |
StubFinder.findStubUrl(String groupId,
String artifactId)
For the given groupId and artifactId tries to find the matching URL of the running
stub.
|
Modifier and Type | Method and Description |
---|---|
URL |
StubRunnerExtension.findStubUrl(String ivyNotation) |
URL |
StubRunnerExtension.findStubUrl(String groupId,
String artifactId) |
Copyright © 2016–2020 Spring. All rights reserved.