Modifier and Type | Method and Description |
---|---|
String |
JavaTestGenerator.buildClass(ContractVerifierConfigProperties properties,
Collection<ContractMetadata> listOfFiles,
String includedDirectoryRelativePath,
SingleTestGenerator.GeneratedClassData generatedClassData) |
String |
SingleTestGenerator.buildClass(ContractVerifierConfigProperties properties,
Collection<ContractMetadata> listOfFiles,
String includedDirectoryRelativePath,
SingleTestGenerator.GeneratedClassData generatedClassData)
Creates contents of a single test class in which all test scenarios from the
contract metadata should be placed.
|
Constructor and Description |
---|
WireMockStubStrategy(String rootName,
ContractMetadata contract,
org.springframework.cloud.contract.spec.Contract groovyDsl) |
Modifier and Type | Method and Description |
---|---|
ContractMetadata |
SingleContractMetadata.getContractMetadata() |
Modifier and Type | Method and Description |
---|---|
wiremock.com.google.common.collect.ListMultimap<Path,ContractMetadata> |
ContractFileScanner.findContracts()
Deprecated.
use the
ContractFileScanner.findContractsRecursively() version |
org.springframework.util.MultiValueMap<Path,ContractMetadata> |
ContractFileScanner.findContractsRecursively() |
Constructor and Description |
---|
SingleContractMetadata(org.springframework.cloud.contract.spec.Contract currentContract,
ContractMetadata contractMetadata) |
Copyright © 2016–2022 Spring. All rights reserved.