public class JavaTestGenerator extends Object implements SingleTestGenerator
properties
SingleTestGenerator.GeneratedClassData
Constructor and Description |
---|
JavaTestGenerator() |
Modifier and Type | Method and Description |
---|---|
String |
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.
|
public String buildClass(ContractVerifierConfigProperties properties, Collection<ContractMetadata> listOfFiles, String includedDirectoryRelativePath, SingleTestGenerator.GeneratedClassData generatedClassData)
SingleTestGenerator
buildClass
in interface SingleTestGenerator
properties
- - properties passed to the pluginlistOfFiles
- - list of parsed contracts with additional metadataincludedDirectoryRelativePath
- - relative path to the included directorygeneratedClassData
- - information about the generated classCopyright © 2016–2022 Spring. All rights reserved.