Modifier and Type | Method and Description |
---|---|
List<String> |
MockedInteractions.verify(LocalVariableNameGenerator locals,
TypeManager types,
DeserializerContext context) |
Modifier and Type | Method and Description |
---|---|
TypeManager |
CodeSerializer.getTypes() |
Modifier and Type | Class and Description |
---|---|
class |
DeserializerTypeManager |
Modifier and Type | Method and Description |
---|---|
TypeManager |
DefaultDeserializerContext.getTypes() |
Modifier and Type | Method and Description |
---|---|
<T> DefaultDeserializerContext |
DefaultDeserializerContext.newIsolatedContext(TypeManager types,
LocalVariableNameGenerator locals) |
<T extends SerializedValue> |
Adaptors.tryDeserialize(T value,
TypeManager types,
Deserializer generator) |
Constructor and Description |
---|
DefaultDeserializerContext(TypeManager types,
LocalVariableNameGenerator locals) |
Modifier and Type | Method and Description |
---|---|
Computation |
BuilderConstruction.build(TypeManager types,
Deserializer generator) |
Computation |
FactoryConstruction.build(TypeManager types,
Deserializer generator) |
Computation |
ConstructorParam.compile(TypeManager types,
Deserializer generator) |
Computation |
ConstructionPlan.compute(TypeManager types,
Deserializer generator) |
Computation |
Construction.computeBest(TypeManager types,
Deserializer generator) |
Modifier and Type | Method and Description |
---|---|
net.amygdalum.testrecorder.deserializers.matcher.DefaultObjectAdaptor.TypesAware |
DefaultObjectAdaptor.with(TypeManager types) |
net.amygdalum.testrecorder.deserializers.matcher.DefaultProxyAdaptor.TypesAware |
DefaultProxyAdaptor.with(TypeManager types) |
Modifier and Type | Method and Description |
---|---|
String |
JUnit4TestTemplate.setupMethod(String methodName,
TypeManager types,
List<String> annotations,
List<String> statements) |
String |
JUnit5TestTemplate.setupMethod(String methodName,
TypeManager types,
List<String> annotations,
List<String> statements) |
String |
TestTemplate.setupMethod(String methodName,
TypeManager types,
List<String> annotations,
List<String> statements) |
String |
JUnit4TestTemplate.testClass(String testName,
TypeManager types,
Map<String,String> setups,
Set<String> tests) |
String |
JUnit5TestTemplate.testClass(String testName,
TypeManager types,
Map<String,String> setups,
Set<String> tests) |
String |
TestTemplate.testClass(String methodName,
TypeManager types,
Map<String,String> setups,
Set<String> tests) |
String |
JUnit4TestTemplate.testMethod(String methodName,
TypeManager types,
List<String> annotations,
List<String> statements) |
String |
JUnit5TestTemplate.testMethod(String methodName,
TypeManager types,
List<String> annotations,
List<String> statements) |
String |
TestTemplate.testMethod(String methodName,
TypeManager types,
List<String> annotations,
List<String> statements) |
Constructor and Description |
---|
MethodGenerator(int no,
TypeManager types,
DeserializerFactory setup,
DeserializerFactory matcher,
TestTemplate template,
List<CustomAnnotation> annotations) |
SetupGenerator(TypeManager types,
String name,
TestTemplate template,
List<CustomAnnotation> annotations) |
Modifier and Type | Method and Description |
---|---|
TypeManager |
DeserializerContext.getTypes() |
Modifier and Type | Method and Description |
---|---|
<T> DeserializerContext |
DeserializerContext.newIsolatedContext(TypeManager types,
LocalVariableNameGenerator locals) |
Copyright © 2020. All rights reserved.