Uses of Class
org.springframework.cloud.contract.stubrunner.StubNotFoundException
Packages that use StubNotFoundException
Package
Description
-
Uses of StubNotFoundException in org.springframework.cloud.contract.stubrunner
Methods in org.springframework.cloud.contract.stubrunner that throw StubNotFoundExceptionModifier and TypeMethodDescriptionStubFinder.findStubUrl(String ivyNotation) For the given Ivy notation[groupId]:artifactId:[version]:[classifier]tries to find the matching URL of the running stub.StubFinder.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 StubNotFoundExceptionModifier and TypeMethodDescriptionStubRunnerExtension.findStubUrl(String ivyNotation) StubRunnerExtension.findStubUrl(String groupId, String artifactId)