Uses of Interface
org.springframework.cloud.contract.stubrunner.StubFinder
-
-
Uses of StubFinder in org.springframework.cloud.contract.stubrunner
Subinterfaces of StubFinder in org.springframework.cloud.contract.stubrunner Modifier and Type Interface Description interfaceStubRunningContract for running stubs.Classes in org.springframework.cloud.contract.stubrunner that implement StubFinder Modifier and Type Class Description classBatchStubRunnerManages lifecycle of multipleStubRunnerinstances.classStubRunnerRepresents a single instance of ready-to-run stubs. -
Uses of StubFinder in org.springframework.cloud.contract.stubrunner.junit
Classes in org.springframework.cloud.contract.stubrunner.junit that implement StubFinder Modifier and Type Class Description classStubRunnerExtensionJUnit 5 extension that allows to download and run stubs.static classStubRunnerExtension.PortStubRunnerExtensionHelper class with additional port, related methods once you pick a stub to download.classStubRunnerRuleJUnit class rule that allows you to download the provided stubs.static classStubRunnerRule.PortStubRunnerRuleHelper class with additional port, related methods once you pick a stub to download. -
Uses of StubFinder in org.springframework.cloud.contract.stubrunner.server
Constructors in org.springframework.cloud.contract.stubrunner.server with parameters of type StubFinder Constructor Description TriggerController(StubFinder stubFinder) -
Uses of StubFinder in org.springframework.cloud.contract.stubrunner.spring.cloud
Methods in org.springframework.cloud.contract.stubrunner.spring.cloud with parameters of type StubFinder Modifier and Type Method Description org.springframework.cloud.client.discovery.DiscoveryClientStubRunnerSpringCloudAutoConfiguration. noOpStubRunnerDiscoveryClient(StubFinder stubFinder, StubMapperProperties stubMapperProperties)org.springframework.cloud.client.discovery.ReactiveDiscoveryClientStubRunnerSpringCloudAutoConfiguration. noOpStubRunnerReactiveDiscoveryClient(StubFinder stubFinder, StubMapperProperties stubMapperProperties)
-