Uses of Class
org.springframework.cloud.contract.stubrunner.junit.StubRunnerRule
-
Packages that use StubRunnerRule Package Description org.springframework.cloud.contract.stubrunner.junit -
-
Uses of StubRunnerRule in org.springframework.cloud.contract.stubrunner.junit
Subclasses of StubRunnerRule in org.springframework.cloud.contract.stubrunner.junit Modifier and Type Class Description static classStubRunnerRule.PortStubRunnerRuleHelper class with additional port, related methods once you pick a stub to download.Methods in org.springframework.cloud.contract.stubrunner.junit that return StubRunnerRule Modifier and Type Method Description StubRunnerRuleStubRunnerRule. downloadStubs(String... ivyNotations)StubRunnerRuleStubRunnerRule. downloadStubs(List<String> ivyNotations)StubRunnerRuleStubRunnerRule. failOnNoStubs(boolean failOnNoStubs)StubRunnerRuleStubRunnerRule. maxPort(int maxPort)StubRunnerRuleStubRunnerRule. messageVerifier(org.springframework.cloud.contract.verifier.messaging.MessageVerifier messageVerifier)StubRunnerRuleStubRunnerRule. minPort(int minPort)StubRunnerRuleStubRunnerRule. options(StubRunnerOptions stubRunnerOptions)StubRunnerRuleStubRunnerRule. repoRoot(String repoRoot)StubRunnerRuleStubRunnerRule. stubsMode(StubRunnerProperties.StubsMode stubsMode)StubRunnerRuleStubRunnerRule. withConsumerName(String consumerName)StubRunnerRuleStubRunnerRule. withDeleteStubsAfterTest(boolean deleteStubsAfterTest)StubRunnerRuleStubRunnerRule. withGenerateStubs(boolean generateStubs)StubRunnerRuleStubRunnerRule. withHttpServerStubConfigurer(Class<? extends HttpServerStubConfigurer> httpServerStubConfigurer)StubRunnerRuleStubRunnerRule. withMappingsOutputFolder(String mappingsOutputFolder)StubRunnerRuleStubRunnerRule.PortStubRunnerRule. withPort(Integer port)StubRunnerRuleStubRunnerRule. withProperties(Map<String,String> properties)StubRunnerRuleStubRunnerRule. withStubPerConsumer(boolean stubPerConsumer)
-