public class MockedInteractions extends Object
Modifier and Type | Field and Description |
---|---|
static MockedInteractions |
NONE |
Constructor and Description |
---|
MockedInteractions(RoleVisitor<Computation> setup,
RoleVisitor<Computation> matcher,
Collection<SerializedInput> setupInput,
Collection<SerializedOutput> expectOutput) |
Modifier and Type | Method and Description |
---|---|
List<String> |
prepare(DeserializerContext context) |
List<String> |
verify(LocalVariableNameGenerator locals,
TypeManager types,
DeserializerContext context) |
public static final MockedInteractions NONE
public MockedInteractions(RoleVisitor<Computation> setup, RoleVisitor<Computation> matcher, Collection<SerializedInput> setupInput, Collection<SerializedOutput> expectOutput)
public List<String> prepare(DeserializerContext context)
public List<String> verify(LocalVariableNameGenerator locals, TypeManager types, DeserializerContext context)
Copyright © 2020. All rights reserved.