public class TestClassTemplate extends Object
| Constructor and Description |
|---|
TestClassTemplate() |
| Modifier and Type | Method and Description |
|---|---|
TestClassTemplate |
dependencies(Set<String> dependencies) |
static TestClassTemplate |
fromTestPlanMethodCall(MethodCall testPlan,
Map<Class<?>,String> dependencies) |
TestClassTemplate |
imports(Set<String> imports) |
TestClassTemplate |
methodDefinitions(List<String> methods) |
String |
solve() |
TestClassTemplate |
staticImports(Set<String> imports) |
TestClassTemplate |
testPlan(String testPlanCode) |
public static TestClassTemplate fromTestPlanMethodCall(MethodCall testPlan, Map<Class<?>,String> dependencies)
public TestClassTemplate dependencies(Set<String> dependencies)
public TestClassTemplate staticImports(Set<String> imports)
public TestClassTemplate imports(Set<String> imports)
public TestClassTemplate methodDefinitions(List<String> methods)
public TestClassTemplate testPlan(String testPlanCode)
public String solve()
Copyright © 2024. All rights reserved.