public class JUnit5TestTemplate extends Object implements TestTemplate
| Constructor and Description |
|---|
JUnit5TestTemplate() |
| Modifier and Type | Method and Description |
|---|---|
Class<?>[] |
getTypes() |
String |
setupMethod(String methodName,
TypeManager types,
List<String> annotations,
List<String> statements) |
String |
testClass(String testName,
TypeManager types,
Map<String,String> setups,
Set<String> tests) |
String |
testMethod(String methodName,
TypeManager types,
List<String> annotations,
List<String> statements) |
public Class<?>[] getTypes()
getTypes in interface TestTemplatepublic String testClass(String testName, TypeManager types, Map<String,String> setups, Set<String> tests)
testClass in interface TestTemplatepublic String setupMethod(String methodName, TypeManager types, List<String> annotations, List<String> statements)
setupMethod in interface TestTemplatepublic String testMethod(String methodName, TypeManager types, List<String> annotations, List<String> statements)
testMethod in interface TestTemplateCopyright © 2020. All rights reserved.