Package | Description |
---|---|
net.amygdalum.testrecorder | |
net.amygdalum.testrecorder.serializers | |
net.amygdalum.testrecorder.types |
Modifier and Type | Method and Description |
---|---|
SerializedInput |
ConfigurableSerializerFacade.serializeInput(int id,
MethodSignature signature) |
Constructor and Description |
---|
MockedInteractions(RoleVisitor<Computation> setup,
RoleVisitor<Computation> matcher,
Collection<SerializedInput> setupInput,
Collection<SerializedOutput> expectOutput) |
Modifier and Type | Method and Description |
---|---|
SerializedInput |
SerializerFacade.serializeInput(int id,
MethodSignature signature) |
Modifier and Type | Method and Description |
---|---|
SerializedInput |
SerializedInput.updateArguments(SerializedValue... arguments) |
SerializedInput |
SerializedInput.updateResult(SerializedValue result) |
Modifier and Type | Method and Description |
---|---|
Queue<SerializedInput> |
ContextSnapshot.getSetupInput() |
Stream<SerializedInput> |
ContextSnapshot.streamInput() |
Modifier and Type | Method and Description |
---|---|
void |
ContextSnapshot.addInput(SerializedInput input) |
Modifier and Type | Method and Description |
---|---|
boolean |
ContextSnapshot.lastInputSatitisfies(Predicate<SerializedInput> predicate) |
Copyright © 2020. All rights reserved.