public class ClassGenerator extends Object
Constructor and Description |
---|
ClassGenerator(DeserializerFactory setup,
DeserializerFactory matcher,
TestTemplate template,
List<CustomAnnotation> annotations,
String pkg,
String testName) |
Modifier and Type | Method and Description |
---|---|
void |
add(String test) |
void |
addSetup(String key,
String setup) |
void |
generate(ContextSnapshot snapshot) |
String |
getTestName() |
Set<String> |
getTests() |
String |
render() |
int |
size() |
public ClassGenerator(DeserializerFactory setup, DeserializerFactory matcher, TestTemplate template, List<CustomAnnotation> annotations, String pkg, String testName)
Copyright © 2020. All rights reserved.