Skip navigation links
A B C D E F G H I J L M N O P R S T V W 

A

addAllLines(Iterable<? extends HasLine>) - Method in class de.flapdoodle.testdoc.ImmutableRecordings.Builder
Adds elements to lines list.
addAllLinesOfCode(Iterable<String>) - Method in class de.flapdoodle.testdoc.ImmutableRecordings.Builder
Adds elements to linesOfCode list.
addLines(HasLine) - Method in class de.flapdoodle.testdoc.ImmutableRecordings.Builder
Adds one element to lines list.
addLines(HasLine...) - Method in class de.flapdoodle.testdoc.ImmutableRecordings.Builder
Adds elements to lines list.
addLinesOfCode(String) - Method in class de.flapdoodle.testdoc.ImmutableRecordings.Builder
Adds one element to linesOfCode list.
addLinesOfCode(String...) - Method in class de.flapdoodle.testdoc.ImmutableRecordings.Builder
Adds elements to linesOfCode list.
afterAll(ExtensionContext) - Method in class de.flapdoodle.testdoc.Recording
 
andFinally(Runnable) - Method in interface de.flapdoodle.testdoc.ThrowingSupplier
 
asObject(Object) - Static method in class de.flapdoodle.testdoc.Preconditions
 
asSpaces() - Method in class de.flapdoodle.testdoc.ImmutableTabSize
Returns a lazily initialized value of the asSpaces attribute.
asSpaces() - Method in interface de.flapdoodle.testdoc.TabSize
 

B

begin() - Method in class de.flapdoodle.testdoc.Recording
 
begin(String) - Method in class de.flapdoodle.testdoc.Recording
 
build() - Method in class de.flapdoodle.testdoc.ImmutableCalledMethod.Builder
Builds a new ImmutableCalledMethod.
build() - Method in class de.flapdoodle.testdoc.ImmutableEnd.Builder
Builds a new ImmutableEnd.
build() - Method in class de.flapdoodle.testdoc.ImmutableLine.Builder
Builds a new ImmutableLine.
build() - Method in class de.flapdoodle.testdoc.ImmutableRecordings.Builder
Builds a new ImmutableRecordings.
build() - Method in class de.flapdoodle.testdoc.ImmutableReplacements.Builder
Builds a new ImmutableReplacements.
build() - Method in class de.flapdoodle.testdoc.ImmutableStart.Builder
Builds a new ImmutableStart.
build() - Method in class de.flapdoodle.testdoc.ImmutableTabSize.Builder
Builds a new ImmutableTabSize.
build() - Method in class de.flapdoodle.testdoc.ImmutableTemplate.Builder
Builds a new ImmutableTemplate.
build() - Method in class de.flapdoodle.testdoc.ImmutableTemplateReference.Builder
builder() - Static method in class de.flapdoodle.testdoc.ImmutableCalledMethod
Creates a builder for ImmutableCalledMethod.
builder() - Static method in class de.flapdoodle.testdoc.ImmutableEnd
Creates a builder for ImmutableEnd.
builder() - Static method in class de.flapdoodle.testdoc.ImmutableLine
Creates a builder for ImmutableLine.
builder() - Static method in class de.flapdoodle.testdoc.ImmutableRecordings
Creates a builder for ImmutableRecordings.
builder() - Static method in class de.flapdoodle.testdoc.ImmutableReplacements
Creates a builder for ImmutableReplacements.
builder() - Static method in class de.flapdoodle.testdoc.ImmutableStart
Creates a builder for ImmutableStart.
builder() - Static method in class de.flapdoodle.testdoc.ImmutableTabSize
Creates a builder for ImmutableTabSize.
builder() - Static method in class de.flapdoodle.testdoc.ImmutableTemplate
Creates a builder for ImmutableTemplate.
builder() - Static method in class de.flapdoodle.testdoc.ImmutableTemplateReference
Creates a builder for ImmutableTemplateReference.
builder() - Static method in interface de.flapdoodle.testdoc.Line
 
builder() - Static method in interface de.flapdoodle.testdoc.Recordings
 
builder() - Static method in interface de.flapdoodle.testdoc.Replacements
 

C

CalledMethod - Interface in de.flapdoodle.testdoc
 
check() - Method in interface de.flapdoodle.testdoc.Line
 
checkArgument(boolean, String, Object...) - Static method in class de.flapdoodle.testdoc.Preconditions
 
checkNotNull(T, String, Object...) - Static method in class de.flapdoodle.testdoc.Preconditions
 
checkPresent(Optional<T>, String, Object...) - Static method in class de.flapdoodle.testdoc.Preconditions
 
classes(Map<String, ? extends String>) - Method in class de.flapdoodle.testdoc.ImmutableRecordings.Builder
Sets or replaces all mappings from the specified map as entries for the classes map.
classes() - Method in class de.flapdoodle.testdoc.ImmutableRecordings
 
classes() - Method in interface de.flapdoodle.testdoc.Recordings
 
className(String) - Method in class de.flapdoodle.testdoc.ImmutableLine.Builder
Initializes the value for the className attribute.
className() - Method in class de.flapdoodle.testdoc.ImmutableLine
 
className() - Method in interface de.flapdoodle.testdoc.Line
 
clazz(Class<?>) - Method in class de.flapdoodle.testdoc.ImmutableTemplateReference.Builder
Initializes the value for the clazz attribute.
clazz() - Method in class de.flapdoodle.testdoc.ImmutableTemplateReference
 
clazz() - Method in interface de.flapdoodle.testdoc.TemplateReference
 
copyOf(CalledMethod) - Static method in class de.flapdoodle.testdoc.ImmutableCalledMethod
Creates an immutable copy of a CalledMethod value.
copyOf(End) - Static method in class de.flapdoodle.testdoc.ImmutableEnd
Creates an immutable copy of a End value.
copyOf(Line) - Static method in class de.flapdoodle.testdoc.ImmutableLine
Creates an immutable copy of a Line value.
copyOf(Recordings) - Static method in class de.flapdoodle.testdoc.ImmutableRecordings
Creates an immutable copy of a Recordings value.
copyOf(Replacements) - Static method in class de.flapdoodle.testdoc.ImmutableReplacements
Creates an immutable copy of a Replacements value.
copyOf(Start) - Static method in class de.flapdoodle.testdoc.ImmutableStart
Creates an immutable copy of a Start value.
copyOf(TabSize) - Static method in class de.flapdoodle.testdoc.ImmutableTabSize
Creates an immutable copy of a TabSize value.
copyOf(Template) - Static method in class de.flapdoodle.testdoc.ImmutableTemplate
Creates an immutable copy of a Template value.
copyOf(TemplateReference) - Static method in class de.flapdoodle.testdoc.ImmutableTemplateReference
Creates an immutable copy of a TemplateReference value.

D

de.flapdoodle.testdoc - package de.flapdoodle.testdoc
 

E

End - Interface in de.flapdoodle.testdoc
 
end() - Method in class de.flapdoodle.testdoc.Recording
 
equals(Object) - Method in class de.flapdoodle.testdoc.ImmutableCalledMethod
This instance is equal to all instances of ImmutableCalledMethod that have equal attribute values.
equals(Object) - Method in class de.flapdoodle.testdoc.ImmutableEnd
This instance is equal to all instances of ImmutableEnd that have equal attribute values.
equals(Object) - Method in class de.flapdoodle.testdoc.ImmutableLine
This instance is equal to all instances of ImmutableLine that have equal attribute values.
equals(Object) - Method in class de.flapdoodle.testdoc.ImmutableRecordings
This instance is equal to all instances of ImmutableRecordings that have equal attribute values.
equals(Object) - Method in class de.flapdoodle.testdoc.ImmutableReplacements
This instance is equal to all instances of ImmutableReplacements that have equal attribute values.
equals(Object) - Method in class de.flapdoodle.testdoc.ImmutableStart
This instance is equal to all instances of ImmutableStart that have equal attribute values.
equals(Object) - Method in class de.flapdoodle.testdoc.ImmutableTabSize
This instance is equal to all instances of ImmutableTabSize that have equal attribute values.
equals(Object) - Method in class de.flapdoodle.testdoc.ImmutableTemplate
This instance is equal to all instances of ImmutableTemplate that have equal attribute values.
equals(Object) - Method in class de.flapdoodle.testdoc.ImmutableTemplateReference
This instance is equal to all instances of ImmutableTemplateReference that have equal attribute values.

F

fallbackTo(Function<Exception, T>) - Method in interface de.flapdoodle.testdoc.ThrowingSupplier
 
file(String, String, byte[]) - Method in class de.flapdoodle.testdoc.Recording
 
fileName(String) - Method in class de.flapdoodle.testdoc.ImmutableLine.Builder
Initializes the value for the fileName attribute.
fileName() - Method in class de.flapdoodle.testdoc.ImmutableLine
 
fileName() - Method in interface de.flapdoodle.testdoc.Line
 
format(String, Object...) - Static method in class de.flapdoodle.testdoc.Preconditions
 
from(HasLine) - Method in class de.flapdoodle.testdoc.ImmutableCalledMethod.Builder
Fill a builder with attribute values from the provided de.flapdoodle.testdoc.HasLine instance.
from(CalledMethod) - Method in class de.flapdoodle.testdoc.ImmutableCalledMethod.Builder
Fill a builder with attribute values from the provided de.flapdoodle.testdoc.CalledMethod instance.
from(HasLine) - Method in class de.flapdoodle.testdoc.ImmutableEnd.Builder
Fill a builder with attribute values from the provided de.flapdoodle.testdoc.HasLine instance.
from(End) - Method in class de.flapdoodle.testdoc.ImmutableEnd.Builder
Fill a builder with attribute values from the provided de.flapdoodle.testdoc.End instance.
from(Line) - Method in class de.flapdoodle.testdoc.ImmutableLine.Builder
Fill a builder with attribute values from the provided Line instance.
from(Recordings) - Method in class de.flapdoodle.testdoc.ImmutableRecordings.Builder
Fill a builder with attribute values from the provided Recordings instance.
from(Replacements) - Method in class de.flapdoodle.testdoc.ImmutableReplacements.Builder
Fill a builder with attribute values from the provided Replacements instance.
from(Start) - Method in class de.flapdoodle.testdoc.ImmutableStart.Builder
Fill a builder with attribute values from the provided de.flapdoodle.testdoc.Start instance.
from(HasLine) - Method in class de.flapdoodle.testdoc.ImmutableStart.Builder
Fill a builder with attribute values from the provided de.flapdoodle.testdoc.HasLine instance.
from(TabSize) - Method in class de.flapdoodle.testdoc.ImmutableTabSize.Builder
Fill a builder with attribute values from the provided TabSize instance.
from(Template) - Method in class de.flapdoodle.testdoc.ImmutableTemplate.Builder
Fill a builder with attribute values from the provided Template instance.
from(TemplateReference) - Method in class de.flapdoodle.testdoc.ImmutableTemplateReference.Builder
Fill a builder with attribute values from the provided TemplateReference instance.

G

get() - Method in interface de.flapdoodle.testdoc.ThrowingSupplier
 

H

hashCode() - Method in class de.flapdoodle.testdoc.ImmutableCalledMethod
Computes a hash code from attributes: line.
hashCode() - Method in class de.flapdoodle.testdoc.ImmutableEnd
Computes a hash code from attributes: line.
hashCode() - Method in class de.flapdoodle.testdoc.ImmutableLine
Computes a hash code from attributes: className, fileName, methodName, lineNumber.
hashCode() - Method in class de.flapdoodle.testdoc.ImmutableRecordings
Computes a hash code from attributes: templateReference, linesOfCode, lines, methodsCalled, classes, resources, output, replacementNotFoundFallback.
hashCode() - Method in class de.flapdoodle.testdoc.ImmutableReplacements
Computes a hash code from attributes: replacement.
hashCode() - Method in class de.flapdoodle.testdoc.ImmutableStart
Computes a hash code from attributes: line, label.
hashCode() - Method in class de.flapdoodle.testdoc.ImmutableTabSize
Computes a hash code from attributes: spaces.
hashCode() - Method in class de.flapdoodle.testdoc.ImmutableTemplate
Computes a hash code from attributes: source, pattern.
hashCode() - Method in class de.flapdoodle.testdoc.ImmutableTemplateReference
Computes a hash code from attributes: clazz, templateName, replacementPattern.
HasLine - Interface in de.flapdoodle.testdoc
 

I

ImmutableCalledMethod - Class in de.flapdoodle.testdoc
Immutable implementation of CalledMethod.
ImmutableCalledMethod.Builder - Class in de.flapdoodle.testdoc
Builds instances of type ImmutableCalledMethod.
ImmutableEnd - Class in de.flapdoodle.testdoc
Immutable implementation of End.
ImmutableEnd.Builder - Class in de.flapdoodle.testdoc
Builds instances of type ImmutableEnd.
ImmutableLine - Class in de.flapdoodle.testdoc
Immutable implementation of Line.
ImmutableLine.Builder - Class in de.flapdoodle.testdoc
Builds instances of type ImmutableLine.
ImmutableRecordings - Class in de.flapdoodle.testdoc
Immutable implementation of Recordings.
ImmutableRecordings.Builder - Class in de.flapdoodle.testdoc
Builds instances of type ImmutableRecordings.
ImmutableReplacements - Class in de.flapdoodle.testdoc
Immutable implementation of Replacements.
ImmutableReplacements.Builder - Class in de.flapdoodle.testdoc
Builds instances of type ImmutableReplacements.
ImmutableStart - Class in de.flapdoodle.testdoc
Immutable implementation of Start.
ImmutableStart.Builder - Class in de.flapdoodle.testdoc
Builds instances of type ImmutableStart.
ImmutableTabSize - Class in de.flapdoodle.testdoc
Immutable implementation of TabSize.
ImmutableTabSize.Builder - Class in de.flapdoodle.testdoc
Builds instances of type ImmutableTabSize.
ImmutableTemplate - Class in de.flapdoodle.testdoc
Immutable implementation of Template.
ImmutableTemplate.Builder - Class in de.flapdoodle.testdoc
Builds instances of type ImmutableTemplate.
ImmutableTemplateReference - Class in de.flapdoodle.testdoc
Immutable implementation of TemplateReference.
ImmutableTemplateReference.Builder - Class in de.flapdoodle.testdoc
Builds instances of type ImmutableTemplateReference.
include(Class<?>, Includes...) - Method in class de.flapdoodle.testdoc.Recording
 
Includes - Enum in de.flapdoodle.testdoc
 
indent(String) - Static method in interface de.flapdoodle.testdoc.ResourceFilter
 

J

join(ResourceFilter...) - Static method in interface de.flapdoodle.testdoc.ResourceFilter
 

L

label(String) - Method in class de.flapdoodle.testdoc.ImmutableStart.Builder
Initializes the optional value label to label.
label(Optional<String>) - Method in class de.flapdoodle.testdoc.ImmutableStart.Builder
Initializes the optional value label to label.
label() - Method in class de.flapdoodle.testdoc.ImmutableStart
 
label() - Method in interface de.flapdoodle.testdoc.Start
 
lazy(Supplier<?>) - Static method in class de.flapdoodle.testdoc.Preconditions
 
line() - Method in interface de.flapdoodle.testdoc.CalledMethod
 
line() - Method in interface de.flapdoodle.testdoc.End
 
line() - Method in interface de.flapdoodle.testdoc.HasLine
 
line(Line) - Method in class de.flapdoodle.testdoc.ImmutableCalledMethod.Builder
Initializes the value for the line attribute.
line() - Method in class de.flapdoodle.testdoc.ImmutableCalledMethod
 
line(Line) - Method in class de.flapdoodle.testdoc.ImmutableEnd.Builder
Initializes the value for the line attribute.
line() - Method in class de.flapdoodle.testdoc.ImmutableEnd
 
line(Line) - Method in class de.flapdoodle.testdoc.ImmutableStart.Builder
Initializes the value for the line attribute.
line() - Method in class de.flapdoodle.testdoc.ImmutableStart
 
Line - Interface in de.flapdoodle.testdoc
 
line() - Method in interface de.flapdoodle.testdoc.Start
 
lineIndex() - Method in interface de.flapdoodle.testdoc.Line
 
lineNumber(int) - Method in class de.flapdoodle.testdoc.ImmutableLine.Builder
Initializes the value for the lineNumber attribute.
lineNumber() - Method in class de.flapdoodle.testdoc.ImmutableLine
 
lineNumber() - Method in interface de.flapdoodle.testdoc.Line
 
lines(Iterable<? extends HasLine>) - Method in class de.flapdoodle.testdoc.ImmutableRecordings.Builder
Sets or replaces all elements for lines list.
lines() - Method in class de.flapdoodle.testdoc.ImmutableRecordings
 
lines() - Method in interface de.flapdoodle.testdoc.Recordings
 
linesOfCode(Iterable<String>) - Method in class de.flapdoodle.testdoc.ImmutableRecordings.Builder
Sets or replaces all elements for linesOfCode list.
linesOfCode() - Method in class de.flapdoodle.testdoc.ImmutableRecordings
 
linesOfCode() - Method in interface de.flapdoodle.testdoc.Recordings
 

M

mapException(Function<Exception, N>) - Method in interface de.flapdoodle.testdoc.ThrowingSupplier
 
mapToUncheckedException(Function<Exception, RuntimeException>) - Method in interface de.flapdoodle.testdoc.ThrowingSupplier
 
matcher(String) - Method in enum de.flapdoodle.testdoc.ReplacementPattern
 
methodName(String) - Method in class de.flapdoodle.testdoc.ImmutableLine.Builder
Initializes the value for the methodName attribute.
methodName() - Method in class de.flapdoodle.testdoc.ImmutableLine
 
methodName() - Method in interface de.flapdoodle.testdoc.Line
 
methodsCalled(Map<String, ? extends CalledMethod>) - Method in class de.flapdoodle.testdoc.ImmutableRecordings.Builder
Sets or replaces all mappings from the specified map as entries for the methodsCalled map.
methodsCalled() - Method in class de.flapdoodle.testdoc.ImmutableRecordings
 
methodsCalled() - Method in interface de.flapdoodle.testdoc.Recordings
 

N

NEW_LINE - Static variable in interface de.flapdoodle.testdoc.ResourceFilter
 

O

of(Line) - Static method in interface de.flapdoodle.testdoc.CalledMethod
 
of(Line) - Static method in interface de.flapdoodle.testdoc.End
 
of(Line) - Static method in class de.flapdoodle.testdoc.ImmutableCalledMethod
Construct a new immutable CalledMethod instance.
of(Line) - Static method in class de.flapdoodle.testdoc.ImmutableEnd
Construct a new immutable End instance.
of(Line) - Static method in class de.flapdoodle.testdoc.ImmutableStart
Construct a new immutable Start instance.
of(int) - Static method in class de.flapdoodle.testdoc.ImmutableTabSize
Construct a new immutable TabSize instance.
of(Class<?>, String) - Static method in class de.flapdoodle.testdoc.ImmutableTemplateReference
Construct a new immutable TemplateReference instance.
of(Line) - Static method in interface de.flapdoodle.testdoc.Start
 
of(String, Line) - Static method in interface de.flapdoodle.testdoc.Start
 
of(String) - Static method in class de.flapdoodle.testdoc.Template
 
of(String, ReplacementPattern) - Static method in class de.flapdoodle.testdoc.Template
 
of(Class<?>, String) - Static method in interface de.flapdoodle.testdoc.TemplateReference
 
of(Class<?>, String, ReplacementPattern) - Static method in interface de.flapdoodle.testdoc.TemplateReference
 
onCheckedException(Consumer<Exception>) - Method in interface de.flapdoodle.testdoc.ThrowingSupplier
 
output(Map<String, ? extends String>) - Method in class de.flapdoodle.testdoc.ImmutableRecordings.Builder
Sets or replaces all mappings from the specified map as entries for the output map.
output() - Method in class de.flapdoodle.testdoc.ImmutableRecordings
 
output(String, String) - Method in class de.flapdoodle.testdoc.Recording
 
output() - Method in interface de.flapdoodle.testdoc.Recordings
 

P

pattern(ReplacementPattern) - Method in class de.flapdoodle.testdoc.ImmutableTemplate.Builder
Initializes the value for the pattern attribute.
pattern() - Method in class de.flapdoodle.testdoc.ImmutableTemplate
 
pattern() - Method in class de.flapdoodle.testdoc.Template
 
Preconditions - Class in de.flapdoodle.testdoc
 
Preconditions.LazyArgument - Interface in de.flapdoodle.testdoc
 
putAllClasses(Map<String, ? extends String>) - Method in class de.flapdoodle.testdoc.ImmutableRecordings.Builder
Put all mappings from the specified map as entries to classes map.
putAllMethodsCalled(Map<String, ? extends CalledMethod>) - Method in class de.flapdoodle.testdoc.ImmutableRecordings.Builder
Put all mappings from the specified map as entries to methodsCalled map.
putAllOutput(Map<String, ? extends String>) - Method in class de.flapdoodle.testdoc.ImmutableRecordings.Builder
Put all mappings from the specified map as entries to output map.
putAllReplacement(Map<String, ? extends String>) - Method in class de.flapdoodle.testdoc.ImmutableReplacements.Builder
Put all mappings from the specified map as entries to replacement map.
putAllResources(Map<String, ? extends String>) - Method in class de.flapdoodle.testdoc.ImmutableRecordings.Builder
Put all mappings from the specified map as entries to resources map.
putClasses(String, String) - Method in class de.flapdoodle.testdoc.ImmutableRecordings.Builder
Put one entry to the classes map.
putClasses(Map.Entry<String, ? extends String>) - Method in class de.flapdoodle.testdoc.ImmutableRecordings.Builder
Put one entry to the classes map.
putMethodsCalled(String, CalledMethod) - Method in class de.flapdoodle.testdoc.ImmutableRecordings.Builder
Put one entry to the methodsCalled map.
putMethodsCalled(Map.Entry<String, ? extends CalledMethod>) - Method in class de.flapdoodle.testdoc.ImmutableRecordings.Builder
Put one entry to the methodsCalled map.
putOutput(String, String) - Method in class de.flapdoodle.testdoc.ImmutableRecordings.Builder
Put one entry to the output map.
putOutput(Map.Entry<String, ? extends String>) - Method in class de.flapdoodle.testdoc.ImmutableRecordings.Builder
Put one entry to the output map.
putReplacement(String, String) - Method in class de.flapdoodle.testdoc.ImmutableReplacements.Builder
Put one entry to the replacement map.
putReplacement(Map.Entry<String, ? extends String>) - Method in class de.flapdoodle.testdoc.ImmutableReplacements.Builder
Put one entry to the replacement map.
putResources(String, String) - Method in class de.flapdoodle.testdoc.ImmutableRecordings.Builder
Put one entry to the resources map.
putResources(Map.Entry<String, ? extends String>) - Method in class de.flapdoodle.testdoc.ImmutableRecordings.Builder
Put one entry to the resources map.

R

readContent() - Method in class de.flapdoodle.testdoc.ImmutableTemplateReference
Returns a lazily initialized value of the readContent attribute.
readContent() - Method in interface de.flapdoodle.testdoc.TemplateReference
 
readContent(Class<?>, String) - Static method in interface de.flapdoodle.testdoc.TemplateReference
 
Recorder - Class in de.flapdoodle.testdoc
 
Recorder() - Constructor for class de.flapdoodle.testdoc.Recorder
 
Recording - Class in de.flapdoodle.testdoc
 
Recording(TemplateReference, List<String>, TabSize) - Constructor for class de.flapdoodle.testdoc.Recording
 
Recording.RenderOutputDelegate - Interface in de.flapdoodle.testdoc
 
Recordings - Interface in de.flapdoodle.testdoc
 
render(Template, Map<String, String>) - Static method in class de.flapdoodle.testdoc.Template
 
render(Template, Map<String, String>, BiFunction<String, Set<String>, String>) - Static method in class de.flapdoodle.testdoc.Template
 
render(Template, Function<String, String>) - Static method in class de.flapdoodle.testdoc.Template
 
Renderer - Class in de.flapdoodle.testdoc
 
Renderer() - Constructor for class de.flapdoodle.testdoc.Renderer
 
renderTemplate(Recordings) - Static method in class de.flapdoodle.testdoc.Renderer
 
renderTo(String) - Method in class de.flapdoodle.testdoc.Recording
 
replacement(Map<String, ? extends String>) - Method in class de.flapdoodle.testdoc.ImmutableReplacements.Builder
Sets or replaces all mappings from the specified map as entries for the replacement map.
replacement() - Method in class de.flapdoodle.testdoc.ImmutableReplacements
 
replacement() - Method in interface de.flapdoodle.testdoc.Replacements
 
replacementNotFoundFallback(BiFunction<String, Set<String>, String>) - Method in class de.flapdoodle.testdoc.ImmutableRecordings.Builder
Initializes the optional value replacementNotFoundFallback to replacementNotFoundFallback.
replacementNotFoundFallback(Optional<? extends BiFunction<String, Set<String>, String>>) - Method in class de.flapdoodle.testdoc.ImmutableRecordings.Builder
Initializes the optional value replacementNotFoundFallback to replacementNotFoundFallback.
replacementNotFoundFallback() - Method in class de.flapdoodle.testdoc.ImmutableRecordings
 
replacementNotFoundFallback(BiFunction<String, Set<String>, String>) - Method in class de.flapdoodle.testdoc.Recording
 
replacementNotFoundFallback() - Method in interface de.flapdoodle.testdoc.Recordings
 
replacementPattern(ReplacementPattern) - Method in class de.flapdoodle.testdoc.ImmutableTemplateReference.Builder
Initializes the value for the replacementPattern attribute.
replacementPattern() - Method in class de.flapdoodle.testdoc.ImmutableTemplateReference
 
ReplacementPattern - Enum in de.flapdoodle.testdoc
 
replacementPattern() - Method in interface de.flapdoodle.testdoc.TemplateReference
 
Replacements - Interface in de.flapdoodle.testdoc
 
resource(String, Class<?>, String, ResourceFilter...) - Method in class de.flapdoodle.testdoc.Recording
 
resource(Class<?>, String, ResourceFilter...) - Method in class de.flapdoodle.testdoc.Recording
 
ResourceFilter - Interface in de.flapdoodle.testdoc
 
resources(Map<String, ? extends String>) - Method in class de.flapdoodle.testdoc.ImmutableRecordings.Builder
Sets or replaces all mappings from the specified map as entries for the resources map.
resources() - Method in class de.flapdoodle.testdoc.ImmutableRecordings
 
resources() - Method in interface de.flapdoodle.testdoc.Recordings
 
runWithTemplateConsumer(Recording.RenderOutputDelegate) - Static method in class de.flapdoodle.testdoc.Recording
 

S

source(String) - Method in class de.flapdoodle.testdoc.ImmutableTemplate.Builder
Initializes the value for the source attribute.
source() - Method in class de.flapdoodle.testdoc.ImmutableTemplate
 
source() - Method in class de.flapdoodle.testdoc.Template
 
sourceCodeOf(String, Class<?>, Includes...) - Method in class de.flapdoodle.testdoc.Recording
 
spaces(int) - Method in class de.flapdoodle.testdoc.ImmutableTabSize.Builder
Initializes the value for the spaces attribute.
spaces() - Method in class de.flapdoodle.testdoc.ImmutableTabSize
 
spaces() - Method in interface de.flapdoodle.testdoc.TabSize
 
spaces(int) - Static method in interface de.flapdoodle.testdoc.TabSize
 
Stacktraces - Class in de.flapdoodle.testdoc
 
Stacktraces.Scope - Enum in de.flapdoodle.testdoc
 
Start - Interface in de.flapdoodle.testdoc
 

T

TabSize - Interface in de.flapdoodle.testdoc
 
Template - Class in de.flapdoodle.testdoc
 
Template() - Constructor for class de.flapdoodle.testdoc.Template
 
templateName(String) - Method in class de.flapdoodle.testdoc.ImmutableTemplateReference.Builder
Initializes the value for the templateName attribute.
templateName() - Method in class de.flapdoodle.testdoc.ImmutableTemplateReference
 
templateName() - Method in interface de.flapdoodle.testdoc.TemplateReference
 
templateReference(TemplateReference) - Method in class de.flapdoodle.testdoc.ImmutableRecordings.Builder
Initializes the value for the templateReference attribute.
templateReference() - Method in class de.flapdoodle.testdoc.ImmutableRecordings
 
templateReference() - Method in interface de.flapdoodle.testdoc.Recordings
 
TemplateReference - Interface in de.flapdoodle.testdoc
 
thisMethod(String) - Method in class de.flapdoodle.testdoc.Recording
Deprecated.
ThrowingSupplier<T,E extends Exception> - Interface in de.flapdoodle.testdoc
 
toString() - Method in class de.flapdoodle.testdoc.ImmutableCalledMethod
Prints the immutable value CalledMethod with attribute values.
toString() - Method in class de.flapdoodle.testdoc.ImmutableEnd
Prints the immutable value End with attribute values.
toString() - Method in class de.flapdoodle.testdoc.ImmutableLine
Prints the immutable value Line with attribute values.
toString() - Method in class de.flapdoodle.testdoc.ImmutableRecordings
Prints the immutable value Recordings with attribute values.
toString() - Method in class de.flapdoodle.testdoc.ImmutableReplacements
Prints the immutable value Replacements with attribute values.
toString() - Method in class de.flapdoodle.testdoc.ImmutableStart
Prints the immutable value Start with attribute values.
toString() - Method in class de.flapdoodle.testdoc.ImmutableTabSize
Prints the immutable value TabSize with attribute values.
toString() - Method in class de.flapdoodle.testdoc.ImmutableTemplate
Prints the immutable value Template with attribute values.
toString() - Method in class de.flapdoodle.testdoc.ImmutableTemplateReference
Prints the immutable value TemplateReference with attribute values.

V

valueOf(String) - Static method in enum de.flapdoodle.testdoc.Includes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.flapdoodle.testdoc.ReplacementPattern
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.flapdoodle.testdoc.Stacktraces.Scope
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.flapdoodle.testdoc.Includes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.flapdoodle.testdoc.ReplacementPattern
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.flapdoodle.testdoc.Stacktraces.Scope
Returns an array containing the constants of this enum type, in the order they are declared.

W

with(String) - Static method in class de.flapdoodle.testdoc.Recorder
 
with(String, TabSize) - Static method in class de.flapdoodle.testdoc.Recorder
 
with(String, ReplacementPattern, TabSize) - Static method in class de.flapdoodle.testdoc.Recorder
 
with(Class<?>, String, TabSize) - Static method in class de.flapdoodle.testdoc.Recorder
Deprecated.
with(Class<?>, String, ReplacementPattern, TabSize) - Static method in class de.flapdoodle.testdoc.Recorder
 
withClasses(Map<String, ? extends String>) - Method in class de.flapdoodle.testdoc.ImmutableRecordings
Copy the current immutable object by replacing the classes map with the specified map.
withClassName(String) - Method in class de.flapdoodle.testdoc.ImmutableLine
Copy the current immutable object by setting a value for the className attribute.
withClazz(Class<?>) - Method in class de.flapdoodle.testdoc.ImmutableTemplateReference
Copy the current immutable object by setting a value for the clazz attribute.
withFileName(String) - Method in class de.flapdoodle.testdoc.ImmutableLine
Copy the current immutable object by setting a value for the fileName attribute.
withLabel(String) - Method in class de.flapdoodle.testdoc.ImmutableStart
Copy the current immutable object by setting a present value for the optional label attribute.
withLabel(Optional<String>) - Method in class de.flapdoodle.testdoc.ImmutableStart
Copy the current immutable object by setting an optional value for the label attribute.
withLine(Line) - Method in class de.flapdoodle.testdoc.ImmutableCalledMethod
Copy the current immutable object by setting a value for the line attribute.
withLine(Line) - Method in class de.flapdoodle.testdoc.ImmutableEnd
Copy the current immutable object by setting a value for the line attribute.
withLine(Line) - Method in class de.flapdoodle.testdoc.ImmutableStart
Copy the current immutable object by setting a value for the line attribute.
withLineNumber(int) - Method in class de.flapdoodle.testdoc.ImmutableLine
Copy the current immutable object by setting a value for the lineNumber attribute.
withLines(HasLine...) - Method in class de.flapdoodle.testdoc.ImmutableRecordings
Copy the current immutable object with elements that replace the content of lines.
withLines(Iterable<? extends HasLine>) - Method in class de.flapdoodle.testdoc.ImmutableRecordings
Copy the current immutable object with elements that replace the content of lines.
withLinesOfCode(String...) - Method in class de.flapdoodle.testdoc.ImmutableRecordings
Copy the current immutable object with elements that replace the content of linesOfCode.
withLinesOfCode(Iterable<String>) - Method in class de.flapdoodle.testdoc.ImmutableRecordings
Copy the current immutable object with elements that replace the content of linesOfCode.
withMethodName(String) - Method in class de.flapdoodle.testdoc.ImmutableLine
Copy the current immutable object by setting a value for the methodName attribute.
withMethodsCalled(Map<String, ? extends CalledMethod>) - Method in class de.flapdoodle.testdoc.ImmutableRecordings
Copy the current immutable object by replacing the methodsCalled map with the specified map.
withOutput(Map<String, ? extends String>) - Method in class de.flapdoodle.testdoc.ImmutableRecordings
Copy the current immutable object by replacing the output map with the specified map.
withPattern(ReplacementPattern) - Method in class de.flapdoodle.testdoc.ImmutableTemplate
Copy the current immutable object by setting a value for the pattern attribute.
withReplacement(Map<String, ? extends String>) - Method in class de.flapdoodle.testdoc.ImmutableReplacements
Copy the current immutable object by replacing the replacement map with the specified map.
withReplacementNotFoundFallback(BiFunction<String, Set<String>, String>) - Method in class de.flapdoodle.testdoc.ImmutableRecordings
Copy the current immutable object by setting a present value for the optional replacementNotFoundFallback attribute.
withReplacementNotFoundFallback(Optional<? extends BiFunction<String, Set<String>, String>>) - Method in class de.flapdoodle.testdoc.ImmutableRecordings
Copy the current immutable object by setting an optional value for the replacementNotFoundFallback attribute.
withReplacementPattern(ReplacementPattern) - Method in class de.flapdoodle.testdoc.ImmutableTemplateReference
Copy the current immutable object by setting a value for the replacementPattern attribute.
withResources(Map<String, ? extends String>) - Method in class de.flapdoodle.testdoc.ImmutableRecordings
Copy the current immutable object by replacing the resources map with the specified map.
withSource(String) - Method in class de.flapdoodle.testdoc.ImmutableTemplate
Copy the current immutable object by setting a value for the source attribute.
withSpaces(int) - Method in class de.flapdoodle.testdoc.ImmutableTabSize
Copy the current immutable object by setting a value for the spaces attribute.
withTemplateName(String) - Method in class de.flapdoodle.testdoc.ImmutableTemplateReference
Copy the current immutable object by setting a value for the templateName attribute.
withTemplateReference(TemplateReference) - Method in class de.flapdoodle.testdoc.ImmutableRecordings
Copy the current immutable object by setting a value for the templateReference attribute.
writeResult(String, String, Map<String, byte[]>) - Method in interface de.flapdoodle.testdoc.Recording.RenderOutputDelegate
 
writeResult(String, String, Map<String, byte[]>) - Static method in class de.flapdoodle.testdoc.Recording
 
A B C D E F G H I J L M N O P R S T V W 
Skip navigation links

Copyright © 2023. All rights reserved.