Modifier and Type | Method and Description |
---|---|
List<String> |
MockedInteractions.prepare(DeserializerContext context) |
List<String> |
MockedInteractions.verify(LocalVariableNameGenerator locals,
TypeManager types,
DeserializerContext context) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDeserializerContext |
Modifier and Type | Method and Description |
---|---|
DeserializerContext |
Deserializer.getContext() |
DeserializerContext |
SimpleDeserializer.getContext() |
Modifier and Type | Method and Description |
---|---|
Deserializer |
DeserializerFactory.newGenerator(DeserializerContext context) |
Constructor and Description |
---|
SimpleDeserializer(DeserializerContext context) |
Modifier and Type | Method and Description |
---|---|
DeserializerContext |
SetupGenerators.Generator.getContext() |
Modifier and Type | Method and Description |
---|---|
SetupGenerators.Generator |
SetupGenerators.newGenerator(DeserializerContext context) |
Constructor and Description |
---|
BuilderConstruction(DeserializerContext context,
LocalVariable var,
SerializedObject value) |
Construction(DeserializerContext context,
LocalVariable var,
SerializedObject value) |
FactoryConstruction(DeserializerContext context,
LocalVariable var,
SerializedObject value) |
Generator(Adaptors adaptors,
DeserializerContext context) |
Modifier and Type | Method and Description |
---|---|
DeserializerContext |
MatcherGenerators.Generator.getContext() |
Modifier and Type | Method and Description |
---|---|
MatcherGenerators.Generator |
MatcherGenerators.newGenerator(DeserializerContext context) |
Constructor and Description |
---|
Generator(Adaptors adaptors,
DeserializerContext context) |
Modifier and Type | Field and Description |
---|---|
static DeserializerContext |
DeserializerContext.NULL |
Modifier and Type | Method and Description |
---|---|
<T> DeserializerContext |
DeserializerContext.newIsolatedContext(TypeManager types,
LocalVariableNameGenerator locals) |
Copyright © 2020. All rights reserved.