Index
All Classes and Interfaces|All Packages
B
- build(OutputStream) - Method in class io.cucumber.htmlformatter.MessagesToHtmlWriter.Builder
-
Create an instance of the messages to html writer.
- builder(MessagesToHtmlWriter.Serializer) - Static method in class io.cucumber.htmlformatter.MessagesToHtmlWriter
-
Creates a builder to construct this writer.
C
- close() - Method in class io.cucumber.htmlformatter.MessagesToHtmlWriter
-
Closes the stream, flushing it first.
- css(Supplier<InputStream>) - Method in class io.cucumber.htmlformatter.MessagesToHtmlWriter.Builder
-
Sets default css for the report.
- customCss(Supplier<InputStream>) - Method in class io.cucumber.htmlformatter.MessagesToHtmlWriter.Builder
-
Sets custom css for the report.
- customScript(Supplier<InputStream>) - Method in class io.cucumber.htmlformatter.MessagesToHtmlWriter.Builder
-
Sets custom script for the report.
I
- icon(String) - Method in class io.cucumber.htmlformatter.MessagesToHtmlWriter.Builder
-
Sets a custom icon for the report, default value the cucumber logo.
- icon(Supplier<InputStream>) - Method in class io.cucumber.htmlformatter.MessagesToHtmlWriter.Builder
-
Sets a custom icon for the report, default value the cucumber logo.
- io.cucumber.htmlformatter - package io.cucumber.htmlformatter
M
- MessagesToHtmlWriter - Class in io.cucumber.htmlformatter
-
Writes the message output of a test run as single page html report.
- MessagesToHtmlWriter(OutputStream, MessagesToHtmlWriter.Serializer) - Constructor for class io.cucumber.htmlformatter.MessagesToHtmlWriter
-
Deprecated.
- MessagesToHtmlWriter.Builder - Class in io.cucumber.htmlformatter
- MessagesToHtmlWriter.Serializer - Interface in io.cucumber.htmlformatter
-
Serializes a message to JSON.
S
- script(Supplier<InputStream>) - Method in class io.cucumber.htmlformatter.MessagesToHtmlWriter.Builder
-
Replaces default script for the report.
T
- title(String) - Method in class io.cucumber.htmlformatter.MessagesToHtmlWriter.Builder
-
Sets a custom title for the report, default value "Cucumber".
W
- write(Envelope) - Method in class io.cucumber.htmlformatter.MessagesToHtmlWriter
-
Writes a cucumber message to the html output.
- writeValue(Writer, Envelope) - Method in interface io.cucumber.htmlformatter.MessagesToHtmlWriter.Serializer
-
Serialize a message to JSON and write it to the given
writer.
All Classes and Interfaces|All Packages