| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableCalledMethod
Immutable implementation of
CalledMethod. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,CalledMethod> |
ImmutableRecordings.methodsCalled() |
Map<String,CalledMethod> |
Recordings.methodsCalled() |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableCalledMethod |
ImmutableCalledMethod.copyOf(CalledMethod instance)
Creates an immutable copy of a
CalledMethod value. |
ImmutableCalledMethod.Builder |
ImmutableCalledMethod.Builder.from(CalledMethod instance)
Fill a builder with attribute values from the provided
de.flapdoodle.testdoc.CalledMethod instance. |
ImmutableRecordings.Builder |
ImmutableRecordings.Builder.putMethodsCalled(String key,
CalledMethod value)
Put one entry to the
methodsCalled map. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableRecordings.Builder |
ImmutableRecordings.Builder.methodsCalled(Map<String,? extends CalledMethod> entries)
Sets or replaces all mappings from the specified map as entries for the
methodsCalled map. |
ImmutableRecordings.Builder |
ImmutableRecordings.Builder.putAllMethodsCalled(Map<String,? extends CalledMethod> entries)
Put all mappings from the specified map as entries to
methodsCalled map. |
ImmutableRecordings.Builder |
ImmutableRecordings.Builder.putMethodsCalled(Map.Entry<String,? extends CalledMethod> entry)
Put one entry to the
methodsCalled map. |
ImmutableRecordings |
ImmutableRecordings.withMethodsCalled(Map<String,? extends CalledMethod> entries)
Copy the current immutable object by replacing the
methodsCalled map with the specified map. |
Copyright © 2023. All rights reserved.