Uses of Interface
org.springframework.cloud.contract.stubrunner.StubTrigger
-
Packages that use StubTrigger Package Description org.springframework.cloud.contract.stubrunner org.springframework.cloud.contract.stubrunner.junit -
-
Uses of StubTrigger in org.springframework.cloud.contract.stubrunner
Subinterfaces of StubTrigger in org.springframework.cloud.contract.stubrunner Modifier and Type Interface Description interfaceStubFinderContract for finding registered stubs.interfaceStubRunningContract for running stubs.Classes in org.springframework.cloud.contract.stubrunner that implement StubTrigger Modifier and Type Class Description classBatchStubRunnerManages lifecycle of multipleStubRunnerinstances.classStubRunnerRepresents a single instance of ready-to-run stubs. -
Uses of StubTrigger in org.springframework.cloud.contract.stubrunner.junit
Classes in org.springframework.cloud.contract.stubrunner.junit that implement StubTrigger 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.
-