| Modifier and Type | Interface and Description |
|---|---|
interface |
CalledMethod |
interface |
End |
interface |
Start |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableCalledMethod
Immutable implementation of
CalledMethod. |
class |
ImmutableEnd
Immutable implementation of
End. |
class |
ImmutableStart
Immutable implementation of
Start. |
| Modifier and Type | Method and Description |
|---|---|
List<HasLine> |
ImmutableRecordings.lines() |
List<HasLine> |
Recordings.lines() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableRecordings.Builder |
ImmutableRecordings.Builder.addLines(HasLine... elements)
Adds elements to
lines list. |
ImmutableRecordings.Builder |
ImmutableRecordings.Builder.addLines(HasLine element)
Adds one element to
lines list. |
ImmutableCalledMethod.Builder |
ImmutableCalledMethod.Builder.from(HasLine instance)
Fill a builder with attribute values from the provided
de.flapdoodle.testdoc.HasLine instance. |
ImmutableStart.Builder |
ImmutableStart.Builder.from(HasLine instance)
Fill a builder with attribute values from the provided
de.flapdoodle.testdoc.HasLine instance. |
ImmutableEnd.Builder |
ImmutableEnd.Builder.from(HasLine instance)
Fill a builder with attribute values from the provided
de.flapdoodle.testdoc.HasLine instance. |
ImmutableRecordings |
ImmutableRecordings.withLines(HasLine... elements)
Copy the current immutable object with elements that replace the content of
lines. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableRecordings.Builder |
ImmutableRecordings.Builder.addAllLines(Iterable<? extends HasLine> elements)
Adds elements to
lines list. |
ImmutableRecordings.Builder |
ImmutableRecordings.Builder.lines(Iterable<? extends HasLine> elements)
Sets or replaces all elements for
lines list. |
ImmutableRecordings |
ImmutableRecordings.withLines(Iterable<? extends HasLine> elements)
Copy the current immutable object with elements that replace the content of
lines. |
Copyright © 2023. All rights reserved.