Uses of Class
org.springframework.cloud.contract.stubrunner.StubNotFoundException
-
Packages that use StubNotFoundException Package Description org.springframework.cloud.contract.stubrunner org.springframework.cloud.contract.stubrunner.junit -
-
Uses of StubNotFoundException in org.springframework.cloud.contract.stubrunner
Methods in org.springframework.cloud.contract.stubrunner that throw StubNotFoundException Modifier and Type Method Description URLStubFinder. findStubUrl(String ivyNotation)For the given Ivy notation[groupId]:artifactId:[version]:[classifier]tries to find the matching URL of the running stub.URLStubFinder. findStubUrl(String groupId, String artifactId)For the given groupId and artifactId tries to find the matching URL of the running stub. -
Uses of StubNotFoundException in org.springframework.cloud.contract.stubrunner.junit
Methods in org.springframework.cloud.contract.stubrunner.junit that throw StubNotFoundException Modifier and Type Method Description URLStubRunnerExtension. findStubUrl(String ivyNotation)URLStubRunnerExtension. findStubUrl(String groupId, String artifactId)
-