public interface TestTemplate
Modifier and Type | Method and Description |
---|---|
Class<?>[] |
getTypes() |
String |
setupMethod(String methodName,
TypeManager types,
List<String> annotations,
List<String> statements) |
String |
testClass(String methodName,
TypeManager types,
Map<String,String> setups,
Set<String> tests) |
String |
testMethod(String methodName,
TypeManager types,
List<String> annotations,
List<String> statements) |
Copyright © 2020. All rights reserved.