| Package | Description |
|---|---|
| net.amygdalum.testrecorder | |
| net.amygdalum.testrecorder.serializers | |
| net.amygdalum.testrecorder.types |
| Modifier and Type | Method and Description |
|---|---|
SerializedOutput |
ConfigurableSerializerFacade.serializeOutput(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 |
|---|---|
SerializedOutput |
SerializerFacade.serializeOutput(int id,
MethodSignature signature) |
| Modifier and Type | Method and Description |
|---|---|
SerializedOutput |
SerializedOutput.updateArguments(SerializedValue... arguments) |
SerializedOutput |
SerializedOutput.updateResult(SerializedValue result) |
| Modifier and Type | Method and Description |
|---|---|
Queue<SerializedOutput> |
ContextSnapshot.getExpectOutput() |
Stream<SerializedOutput> |
ContextSnapshot.streamOutput() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContextSnapshot.addOutput(SerializedOutput output) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ContextSnapshot.lastOutputSatitisfies(Predicate<SerializedOutput> predicate) |
Copyright © 2020. All rights reserved.