public class JavaTestGenerator extends Object implements SingleTestGenerator
propertiesSingleTestGenerator.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)
SingleTestGeneratorbuildClass in interface SingleTestGeneratorproperties - - properties passed to the pluginlistOfFiles - - list of parsed contracts with additional metadataincludedDirectoryRelativePath - - relative path to the included directorygeneratedClassData - - information about the generated classCopyright © 2016–2020 Spring. All rights reserved.