Skip navigation links
Arquillian Reporter API 0.0.3
A B C D E F G H I K L M N O R S T U V W 

A

AbstractReport<TYPE extends AbstractReport,BUILDERTYPE extends ReportBuilder> - Class in org.arquillian.reporter.api.model.report
An abstract class providing a basic implementation of Report interface.
AbstractReport() - Constructor for class org.arquillian.reporter.api.model.report.AbstractReport
Creates an instance of AbstractReport
AbstractReport(StringKey) - Constructor for class org.arquillian.reporter.api.model.report.AbstractReport
Creates an instance of AbstractReport with the given StringKey set as a name
AbstractReport(String) - Constructor for class org.arquillian.reporter.api.model.report.AbstractReport
Creates an instance of AbstractReport with the given String set as a name as UnknownStringKey
AbstractReportBuilder<BUILDERTYPE extends ReportBuilder<BUILDERTYPE,REPORTTYPE>,REPORTTYPE extends Report<REPORTTYPE,? extends ReportBuilder>> - Class in org.arquillian.reporter.api.builder.report
Abstract class providing a basic implementation of ReportBuilder
AbstractReportBuilder(REPORTTYPE) - Constructor for class org.arquillian.reporter.api.builder.report.AbstractReportBuilder
 
AbstractStringKey - Class in org.arquillian.reporter.api.model
An abstract class providing a basic implementation of StringKey.
AbstractStringKey() - Constructor for class org.arquillian.reporter.api.model.AbstractStringKey
 
addBodyCell(TableCell) - Method in interface org.arquillian.reporter.api.builder.entry.TableBuilder
Adds the given TableCell to the latest body row
addBodyCell(Entry) - Method in interface org.arquillian.reporter.api.builder.entry.TableBuilder
Adds the given Entry to the latest body row as a TableCell
addBodyCell(String) - Method in interface org.arquillian.reporter.api.builder.entry.TableBuilder
Adds the given String value to the latest body row as a UnknownStringKey contained within TableCell
addBodyCell(StringKey) - Method in interface org.arquillian.reporter.api.builder.entry.TableBuilder
Adds the given StringKey to the latest body row as a TableCell
addBodyRow(Entry...) - Method in interface org.arquillian.reporter.api.builder.entry.TableBuilder
Creates a TableRow instance and adds the given entries into it.
addBodyRow(String...) - Method in interface org.arquillian.reporter.api.builder.entry.TableBuilder
Creates a TableRow instance and adds the given String values as UnknownStringKey(-ies) into it.
addBodyRow(StringKey...) - Method in interface org.arquillian.reporter.api.builder.entry.TableBuilder
Creates a TableRow instance and adds the given StringKey(-ies) into it.
addBodyRows(TableRow...) - Method in interface org.arquillian.reporter.api.builder.entry.TableBuilder
Adds given rows to a list of rows in table body
addEntries(Collection<? extends Entry>) - Method in class org.arquillian.reporter.api.builder.report.AbstractReportBuilder
 
addEntries(String...) - Method in class org.arquillian.reporter.api.builder.report.AbstractReportBuilder
 
addEntries(Entry...) - Method in class org.arquillian.reporter.api.builder.report.AbstractReportBuilder
 
addEntries(Collection<? extends Entry>) - Method in interface org.arquillian.reporter.api.builder.report.ReportBuilder
Adds the given collection of Entry-ies into the list of entries in the associated Report instance
addEntries(Entry...) - Method in interface org.arquillian.reporter.api.builder.report.ReportBuilder
Adds the given array Entry-ies into the list of entries in the associated Report instance
addEntries(String...) - Method in interface org.arquillian.reporter.api.builder.report.ReportBuilder
Adds the given array of strings into the list of entries in the associated Report instance.
addEntry(Entry) - Method in class org.arquillian.reporter.api.builder.report.AbstractReportBuilder
 
addEntry(String) - Method in class org.arquillian.reporter.api.builder.report.AbstractReportBuilder
 
addEntry(Entry) - Method in interface org.arquillian.reporter.api.builder.report.ReportBuilder
Adds the given Entry into the list of entries in the associated Report instance
addEntry(String) - Method in interface org.arquillian.reporter.api.builder.report.ReportBuilder
Adds the given string as a StringEntry into the list of entries in the associated Report instance
addHeaderCell(TableCell) - Method in interface org.arquillian.reporter.api.builder.entry.TableBuilder
Adds the given TableCell to the latest header row
addHeaderCell(Entry) - Method in interface org.arquillian.reporter.api.builder.entry.TableBuilder
Adds the given Entry to the latest header row as a TableCell
addHeaderCell(String) - Method in interface org.arquillian.reporter.api.builder.entry.TableBuilder
Adds the given String value to the latest header row as a UnknownStringKey contained within TableCell
addHeaderCell(StringKey) - Method in interface org.arquillian.reporter.api.builder.entry.TableBuilder
Adds the given StringKey to the latest header row as a TableCell
addHeaderRow(Entry...) - Method in interface org.arquillian.reporter.api.builder.entry.TableBuilder
Creates a TableRow instance and adds the given entries into it.
addHeaderRow(String...) - Method in interface org.arquillian.reporter.api.builder.entry.TableBuilder
Creates a TableRow instance and adds the given String values as UnknownStringKey(-ies) into it.
addHeaderRow(StringKey...) - Method in interface org.arquillian.reporter.api.builder.entry.TableBuilder
Creates a TableRow instance and adds the given StringKey(-ies) into it.
addHeaderRows(TableRow...) - Method in interface org.arquillian.reporter.api.builder.entry.TableBuilder
Adds given rows to a list of rows in table header
addKeyValueEntry(StringKey, Entry) - Method in class org.arquillian.reporter.api.builder.report.AbstractReportBuilder
 
addKeyValueEntry(StringKey, String) - Method in class org.arquillian.reporter.api.builder.report.AbstractReportBuilder
 
addKeyValueEntry(String, String) - Method in class org.arquillian.reporter.api.builder.report.AbstractReportBuilder
 
addKeyValueEntry(StringKey, int) - Method in class org.arquillian.reporter.api.builder.report.AbstractReportBuilder
 
addKeyValueEntry(StringKey, boolean) - Method in class org.arquillian.reporter.api.builder.report.AbstractReportBuilder
 
addKeyValueEntry(StringKey, Entry) - Method in interface org.arquillian.reporter.api.builder.report.ReportBuilder
Adds the given StringKey and Entry as a KeyValueEntry into the list of entries in the associated Report instance
addKeyValueEntry(StringKey, String) - Method in interface org.arquillian.reporter.api.builder.report.ReportBuilder
Adds the given StringKey and String value as a KeyValueEntry into the list of entries in the associated Report instance
addKeyValueEntry(String, String) - Method in interface org.arquillian.reporter.api.builder.report.ReportBuilder
Adds the given Strings as a KeyValueEntry into the list of entries in the associated Report instance
addKeyValueEntry(StringKey, int) - Method in interface org.arquillian.reporter.api.builder.report.ReportBuilder
Adds the given StringKey and integer value as a KeyValueEntry into the list of entries in the associated Report instance
addKeyValueEntry(StringKey, boolean) - Method in interface org.arquillian.reporter.api.builder.report.ReportBuilder
Adds the given StringKey and boolean as a KeyValueEntry into the list of entries in the associated Report instance
addNewReport(Report, Class<? extends Report>) - Method in class org.arquillian.reporter.api.model.report.BasicReport
Takes the given Report and adds it into the list of sub-reports.
addNewReport(Report, Class<? extends Report>) - Method in class org.arquillian.reporter.api.model.report.ConfigurationReport
Takes the given Report and adds it into the list of sub-reports.
addNewReport(Report, Class<? extends Report>) - Method in class org.arquillian.reporter.api.model.report.FailureReport
Takes the given Report and adds it into the list of sub-reports.
addNewReport(Report, Class<? extends Report>) - Method in interface org.arquillian.reporter.api.model.report.Report
Takes the given Report and based on its type and the type of the given expectedReportTypeClass, it adds the whole report into some list of sub-reports contained in this report instance.
addNewReport(Report, Class<? extends Report>) - Method in class org.arquillian.reporter.api.model.report.TestClassReport
Takes the given Report and if the given expectedReportTypeClass: is a ConfigurationReport class then it adds it into the list of sub-reports contained in this report's configuration-report. is a TestMethodReport class then it adds it into the list of test-method-reports is any other type of Report class then it adds it into the list of sub-reports
addNewReport(Report, Class<? extends Report>) - Method in class org.arquillian.reporter.api.model.report.TestMethodReport
Takes the given Report and if the given expectedReportTypeClass: is a ConfigurationReport class then it adds it into the list of sub-reports contained in this report's configuration-report is a FailureReport class then it adds it into the list of sub-reports contained in this report's failure-report is any other type of Report class then it adds it into the list of sub-reports
addNewReport(Report, Class<? extends Report>) - Method in class org.arquillian.reporter.api.model.report.TestSuiteReport
Takes the given Report and if the given expectedReportTypeClass: is a ConfigurationReport class then it adds it into the list of sub-reports contained in this report's configuration-report. is a TestClassReport class then it adds it into the list of test-class-reports is any other type of Report class then it adds it into the list of sub-reports
addReport(ReportBuilder) - Method in class org.arquillian.reporter.api.builder.report.AbstractReportBuilder
 
addReport(Report) - Method in class org.arquillian.reporter.api.builder.report.AbstractReportBuilder
 
addReport(ReportBuilder) - Method in interface org.arquillian.reporter.api.builder.report.ReportBuilder
Takes the given ReportBuilder that represents a sub-report.
addReport(REPORTTYPE) - Method in interface org.arquillian.reporter.api.builder.report.ReportBuilder
Adds the given Report into the list of sub-reports in the associated Report instance
asSubReport() - Method in interface org.arquillian.reporter.api.builder.report.ReportInSectionBuilder
If you call this method then the attached Report will be added into the list of sub-reports of a report that is associated with the given SectionEvent

B

BasicReport - Class in org.arquillian.reporter.api.model.report
A Report that represents a basic report that should be used for most of the cases.
BasicReport() - Constructor for class org.arquillian.reporter.api.model.report.BasicReport
Creates an instance of AbstractReport
BasicReport(StringKey) - Constructor for class org.arquillian.reporter.api.model.report.BasicReport
Creates an instance of AbstractReport with the given StringKey set as a name
BasicReport(String) - Constructor for class org.arquillian.reporter.api.model.report.BasicReport
Creates an instance of AbstractReport with the given String set as a name as UnknownStringKey
BasicReportBuilder - Interface in org.arquillian.reporter.api.builder.report
Builder for BasicReport
build() - Method in interface org.arquillian.reporter.api.builder.entry.TableBuilder
Finishes all necessary building actions and returns the resulting TableEntry instance.
build() - Method in class org.arquillian.reporter.api.builder.report.AbstractReportBuilder
 
build() - Method in interface org.arquillian.reporter.api.builder.report.ReportBuilder
Finishes all necessary building actions and returns the resulting instance of Report.
Builder - Interface in org.arquillian.reporter.api.builder
A builder interface.

C

ConfigurationReport - Class in org.arquillian.reporter.api.model.report
A Report implementation that represents any report information related to a configuration.
ConfigurationReport() - Constructor for class org.arquillian.reporter.api.model.report.ConfigurationReport
Creates an instance of ConfigurationReport
ConfigurationReport(StringKey) - Constructor for class org.arquillian.reporter.api.model.report.ConfigurationReport
Creates an instance of ConfigurationReport with the given StringKey set as a name
ConfigurationReport(String) - Constructor for class org.arquillian.reporter.api.model.report.ConfigurationReport
Creates an instance of ConfigurationReport with the given String set as a name as UnknownStringKey
ConfigurationReportBuilder - Interface in org.arquillian.reporter.api.builder.report
convertNumberToLong(Object) - Static method in class org.arquillian.reporter.api.utils.ReporterUtils
Convert any number to long
copy() - Method in interface org.arquillian.reporter.api.builder.entry.TableBuilder
Creates and returns a deep copy of the TableBuilder instance
copy() - Method in class org.arquillian.reporter.api.model.entry.table.TableBody
 
copy() - Method in class org.arquillian.reporter.api.model.entry.table.TableCell
 
copy() - Method in class org.arquillian.reporter.api.model.entry.table.TableEntry
 
copy() - Method in class org.arquillian.reporter.api.model.entry.table.TableFoot
 
copy() - Method in class org.arquillian.reporter.api.model.entry.table.TableHeader
 
copy() - Method in class org.arquillian.reporter.api.model.entry.table.TableRow
 
createReport(StringKey) - Static method in class org.arquillian.reporter.api.builder.Reporter
Creates an instance of BasicReport and sets it into a ReportBuilder as a report to be built.
createReport() - Static method in class org.arquillian.reporter.api.builder.Reporter
Creates an instance of BasicReport without any name specified.
createReport(String) - Static method in class org.arquillian.reporter.api.builder.Reporter
Creates an instance of BasicReport and sets it into a ReportBuilder as a report to be built.
createReport(REPORTTYPE) - Static method in class org.arquillian.reporter.api.builder.Reporter
Uses the given instance of Report and creates corresponding instance of ReportBuilder that should be used for the given type of Report.
createTable(String) - Static method in class org.arquillian.reporter.api.builder.Reporter
Creates an instance of TableEntry class and sets it into a TableBuilder as an entry to be built.
createTable(StringKey) - Static method in class org.arquillian.reporter.api.builder.Reporter
Creates an instance of TableEntry class and sets it into a TableBuilder as an entry to be built.

D

defaultMerge(TYPE) - Method in class org.arquillian.reporter.api.model.report.AbstractReport
Provides a default implementation of merging.
DirectionalGraphEdge - Class in org.arquillian.reporter.api.model.entry.graph
 
DirectionalGraphEdge(StringKey) - Constructor for class org.arquillian.reporter.api.model.entry.graph.DirectionalGraphEdge
 
DirectionalGraphEdge(String) - Constructor for class org.arquillian.reporter.api.model.entry.graph.DirectionalGraphEdge
 

E

Entry - Interface in org.arquillian.reporter.api.model.entry
An interface representing an entry that could be contained in Report
equals(Object) - Method in class org.arquillian.reporter.api.event.Identifier
 
equals(Object) - Method in class org.arquillian.reporter.api.model.AbstractStringKey
 
equals(Object) - Method in class org.arquillian.reporter.api.model.entry.FileEntry
 
equals(Object) - Method in class org.arquillian.reporter.api.model.entry.StringEntry
 

F

FailureReport - Class in org.arquillian.reporter.api.model.report
A Report implementation that represents any report information related to a failure.
FailureReport() - Constructor for class org.arquillian.reporter.api.model.report.FailureReport
Creates an instance of TestClassReport
FailureReport(StringKey) - Constructor for class org.arquillian.reporter.api.model.report.FailureReport
Creates an instance of TestClassReport with the given StringKey set as a name
FailureReport(String) - Constructor for class org.arquillian.reporter.api.model.report.FailureReport
Creates an instance of TestClassReport with the given String set as a name as UnknownStringKey
FailureReportBuilder - Interface in org.arquillian.reporter.api.builder.report
Builder for FailureReport
feedKeyValueListFromMap(Map<String, String>) - Method in class org.arquillian.reporter.api.builder.report.AbstractReportBuilder
 
feedKeyValueListFromMap(Map<String, String>) - Method in interface org.arquillian.reporter.api.builder.report.ReportBuilder
Takes the given map of Strings and each pair stores as a KeyValueEntry in the list of entries in the associated Report instance.
FileEntry - Class in org.arquillian.reporter.api.model.entry
An Entry representing a file
FileEntry(Path) - Constructor for class org.arquillian.reporter.api.model.entry.FileEntry
Build object by setting file path to Path.toString().
FileEntry(String) - Constructor for class org.arquillian.reporter.api.model.entry.FileEntry
Build object by setting file path.
FileEntry(File) - Constructor for class org.arquillian.reporter.api.model.entry.FileEntry
Build object by setting file path to File.getPath().
fire(Event<SectionEvent>) - Method in interface org.arquillian.reporter.api.builder.report.ReportInSectionBuilder
Fire an arquillian SectionEvent that was set in previous step

G

GENERAL_METHOD_FAILURE_REPORT - Static variable in class org.arquillian.reporter.api.model.ReporterCoreKey
 
GENERAL_TEST_CLASS_CONFIGURATION_REPORT - Static variable in class org.arquillian.reporter.api.model.ReporterCoreKey
 
GENERAL_TEST_METHOD_CONFIGURATION_REPORT - Static variable in class org.arquillian.reporter.api.model.ReporterCoreKey
 
GENERAL_TEST_SUITE_CONFIGURATION_REPORT - Static variable in class org.arquillian.reporter.api.model.ReporterCoreKey
 
getBody() - Method in class org.arquillian.reporter.api.model.entry.table.TableEntry
 
getBodyRows() - Method in class org.arquillian.reporter.api.model.entry.table.TableBody
 
getCellContent() - Method in class org.arquillian.reporter.api.model.entry.table.TableCell
 
getCells() - Method in class org.arquillian.reporter.api.model.entry.table.TableRow
 
getColumnFoot() - Method in class org.arquillian.reporter.api.model.entry.table.TableEntry
 
getColumnHeader() - Method in class org.arquillian.reporter.api.model.entry.table.TableEntry
 
getConfiguration() - Method in class org.arquillian.reporter.api.model.report.TestClassReport
 
getConfiguration() - Method in class org.arquillian.reporter.api.model.report.TestMethodReport
 
getConfiguration() - Method in class org.arquillian.reporter.api.model.report.TestSuiteReport
 
getConfiguration() - Method in interface org.arquillian.reporter.api.model.report.WithConfigurationReport
getConnections() - Method in class org.arquillian.reporter.api.model.entry.graph.GraphNode
 
getContent() - Method in class org.arquillian.reporter.api.model.entry.StringEntry
Returns the content
getCurrentDate() - Static method in class org.arquillian.reporter.api.utils.ReporterUtils
Returns the current date in the format that matches this#getDateFormat()
getDateFormat() - Static method in class org.arquillian.reporter.api.utils.ReporterUtils
Returns the date format that should be used for dates
getDescription() - Method in class org.arquillian.reporter.api.model.AbstractStringKey
 
getDescription() - Method in interface org.arquillian.reporter.api.model.StringKey
Returns a description of this StringKey
getEntries() - Method in class org.arquillian.reporter.api.model.report.AbstractReport
 
getEntries() - Method in interface org.arquillian.reporter.api.model.report.Report
Returns a list of Entry(-ies) contained in this report
getFailureReport() - Method in class org.arquillian.reporter.api.model.report.TestMethodReport
Returns the FailureReport
getFootRows() - Method in class org.arquillian.reporter.api.model.entry.table.TableFoot
 
getHeaderRows() - Method in class org.arquillian.reporter.api.model.entry.table.TableHeader
 
getIcon() - Method in class org.arquillian.reporter.api.model.AbstractStringKey
 
getIcon() - Method in interface org.arquillian.reporter.api.model.StringKey
Returns an icon that is designed for this StringKey
getMethod() - Method in class org.arquillian.reporter.api.event.TestMethodSection
Returns a test method this TestMethodSection relates to
getName() - Method in class org.arquillian.reporter.api.model.entry.graph.DirectionalGraphEdge
 
getName() - Method in class org.arquillian.reporter.api.model.entry.graph.GraphEntry
 
getName() - Method in class org.arquillian.reporter.api.model.entry.graph.GraphNode
 
getName() - Method in class org.arquillian.reporter.api.model.entry.graph.NonDirectionalGraphEdge
 
getName() - Method in class org.arquillian.reporter.api.model.entry.table.TableEntry
 
getName() - Method in class org.arquillian.reporter.api.model.report.AbstractReport
 
getName() - Method in interface org.arquillian.reporter.api.model.report.Report
Returns the name of this report
getNodes() - Method in class org.arquillian.reporter.api.model.entry.graph.GraphEntry
 
getParentSectionThisSectionBelongsTo() - Method in class org.arquillian.reporter.api.event.SectionEvent
Based on information that are set, creates and returns an instance of SectionEvent implementation that represents a parent section this section belongs to
getParentSectionThisSectionBelongsTo() - Method in class org.arquillian.reporter.api.event.TestClassConfigurationSection
 
getParentSectionThisSectionBelongsTo() - Method in class org.arquillian.reporter.api.event.TestClassSection
 
getParentSectionThisSectionBelongsTo() - Method in class org.arquillian.reporter.api.event.TestMethodConfigurationSection
 
getParentSectionThisSectionBelongsTo() - Method in class org.arquillian.reporter.api.event.TestMethodFailureSection
 
getParentSectionThisSectionBelongsTo() - Method in class org.arquillian.reporter.api.event.TestMethodSection
 
getParentSectionThisSectionBelongsTo() - Method in class org.arquillian.reporter.api.event.TestSuiteConfigurationSection
 
getParentSectionThisSectionBelongsTo() - Method in class org.arquillian.reporter.api.event.TestSuiteSection
 
getPath() - Method in class org.arquillian.reporter.api.model.entry.FileEntry
 
getReport() - Method in class org.arquillian.reporter.api.builder.report.AbstractReportBuilder
Returns an instance of Report that is being built
getReport() - Method in class org.arquillian.reporter.api.event.SectionEvent
Returns the Report set in this SectionEvent as its payload
getReportBuilderClass() - Method in class org.arquillian.reporter.api.model.report.BasicReport
 
getReportBuilderClass() - Method in class org.arquillian.reporter.api.model.report.ConfigurationReport
 
getReportBuilderClass() - Method in class org.arquillian.reporter.api.model.report.FailureReport
 
getReportBuilderClass() - Method in interface org.arquillian.reporter.api.model.report.Report
Returns a ReportBuilder class that should be used as a builder for the report implementations
getReportBuilderClass() - Method in class org.arquillian.reporter.api.model.report.TestClassReport
 
getReportBuilderClass() - Method in class org.arquillian.reporter.api.model.report.TestMethodReport
 
getReportBuilderClass() - Method in class org.arquillian.reporter.api.model.report.TestSuiteReport
 
getReportBuilders() - Method in class org.arquillian.reporter.api.builder.report.AbstractReportBuilder
Returns list of added sub-report builders
getReportTypeClass() - Method in class org.arquillian.reporter.api.event.SectionEvent
Returns a Report class that is default payload of this SectionEvent
getReportTypeClass() - Method in class org.arquillian.reporter.api.event.TestClassConfigurationSection
 
getReportTypeClass() - Method in class org.arquillian.reporter.api.event.TestClassSection
 
getReportTypeClass() - Method in class org.arquillian.reporter.api.event.TestMethodConfigurationSection
 
getReportTypeClass() - Method in class org.arquillian.reporter.api.event.TestMethodFailureSection
 
getReportTypeClass() - Method in class org.arquillian.reporter.api.event.TestMethodSection
 
getReportTypeClass() - Method in class org.arquillian.reporter.api.event.TestSuiteConfigurationSection
 
getReportTypeClass() - Method in class org.arquillian.reporter.api.event.TestSuiteSection
 
getRowFoot() - Method in class org.arquillian.reporter.api.model.entry.table.TableEntry
 
getRowHeader() - Method in class org.arquillian.reporter.api.model.entry.table.TableEntry
 
getSectionEventClass() - Method in class org.arquillian.reporter.api.event.Identifier
Returns the set SectionEvent class
getSectionId() - Method in class org.arquillian.reporter.api.event.Identifier
Returns the set id of the section node
getSectionId() - Method in class org.arquillian.reporter.api.event.SectionEvent
Returns the id of this SectionEvent
getStandaloneId() - Static method in interface org.arquillian.reporter.api.event.Standalone
 
getStart() - Method in class org.arquillian.reporter.api.model.report.TestClassReport
Returns time when the test class execution started
getStart() - Method in class org.arquillian.reporter.api.model.report.TestMethodReport
Returns time when the test method execution started
getStart() - Method in class org.arquillian.reporter.api.model.report.TestSuiteReport
Returns time when the test suite execution started
getStatus() - Method in class org.arquillian.reporter.api.model.report.TestMethodReport
Returns the TestResult.Status of a test method execution
getStop() - Method in class org.arquillian.reporter.api.model.report.TestClassReport
Returns time when the test class execution stopped
getStop() - Method in class org.arquillian.reporter.api.model.report.TestMethodReport
Returns time when the test method execution stopped
getStop() - Method in class org.arquillian.reporter.api.model.report.TestSuiteReport
Returns time when the test suite execution stopped
getSubReports() - Method in class org.arquillian.reporter.api.model.report.AbstractReport
 
getSubReports() - Method in interface org.arquillian.reporter.api.model.report.Report
Returns a list of Reports that are stored as sub-reports of this report
getTestClassId(Class<?>) - Static method in class org.arquillian.reporter.api.utils.ReporterUtils
Takes the given Class, and creates an id using the fully qualified name of the test class
getTestClassReports() - Method in class org.arquillian.reporter.api.model.report.TestSuiteReport
Returns a list of TestClassReports associated with test classes run in the corresponding test suite
getTestMethodId(Method) - Static method in class org.arquillian.reporter.api.utils.ReporterUtils
Takes the given Method, and creates an id using the method name
getTestMethodReports() - Method in class org.arquillian.reporter.api.model.report.TestClassReport
Returns a list of TestMethodReports that have been run and are declared in associated test class.
getTestSuiteId() - Method in class org.arquillian.reporter.api.event.TestClassSection
Returns a test suite id of the TestSuiteSection this section belongs to
getTestSuiteId() - Method in class org.arquillian.reporter.api.event.TestMethodConfigurationSection
Returns a test suite id of the TestSuiteSection this section belongs to
getTestSuiteId() - Method in class org.arquillian.reporter.api.event.TestMethodFailureSection
Returns a test suite id of the TestSuiteSection this section belongs to
getTestSuiteId() - Method in class org.arquillian.reporter.api.event.TestMethodSection
Returns a test suite id of the TestSuiteSection this section belongs to
getValue() - Method in class org.arquillian.reporter.api.model.AbstractStringKey
 
getValue() - Method in interface org.arquillian.reporter.api.model.StringKey
Returns the actual value
GraphEdge - Interface in org.arquillian.reporter.api.model.entry.graph
 
GraphEdge.GraphEdgeType - Enum in org.arquillian.reporter.api.model.entry.graph
 
GraphEntry - Class in org.arquillian.reporter.api.model.entry.graph
 
GraphEntry() - Constructor for class org.arquillian.reporter.api.model.entry.graph.GraphEntry
 
GraphEntry(StringKey) - Constructor for class org.arquillian.reporter.api.model.entry.graph.GraphEntry
 
GraphNode - Class in org.arquillian.reporter.api.model.entry.graph
 
GraphNode() - Constructor for class org.arquillian.reporter.api.model.entry.graph.GraphNode
 
GraphNode(StringKey) - Constructor for class org.arquillian.reporter.api.model.entry.graph.GraphNode
 
GraphNode(String) - Constructor for class org.arquillian.reporter.api.model.entry.graph.GraphNode
 

H

hashCode() - Method in class org.arquillian.reporter.api.event.Identifier
 
hashCode() - Method in class org.arquillian.reporter.api.model.AbstractStringKey
 
hashCode() - Method in class org.arquillian.reporter.api.model.entry.FileEntry
 
hashCode() - Method in class org.arquillian.reporter.api.model.entry.StringEntry
 
humanReadableByteCount(Long, boolean) - Static method in class org.arquillian.reporter.api.utils.ReporterUtils
Takes the given bytes and transforms them into a human readable format

I

Identifier<SECTIONTYPE extends SectionEvent> - Class in org.arquillian.reporter.api.event
An identifier of SectionEvent used in section tree to identify nodes
Identifier(Class<SECTIONTYPE>, String) - Constructor for class org.arquillian.reporter.api.event.Identifier
Creates an instance of Identifier with the given SectionEvent class and sectionId that should be unique in this section.
identifyYourself() - Method in class org.arquillian.reporter.api.event.SectionEvent
Based on information that are set, creates and returns an Identifier that identifies this SectionEvent
inSection(SECTIONTYPE) - Method in class org.arquillian.reporter.api.builder.report.AbstractReportBuilder
 
inSection(SECTIONTYPE) - Method in interface org.arquillian.reporter.api.builder.report.ReportBuilder
Builds the associated Report and assigns it into the given SectionEvent.
isContainsSubReport() - Method in class org.arquillian.reporter.api.event.SectionEvent
Returns whether the attached Report will be added into the list of sub-reports of a report that is associated with this section + id
isEmpty(String) - Static method in class org.arquillian.reporter.api.utils.Validate
Checks if the given string is null or empty
isNotEmpty(String) - Static method in class org.arquillian.reporter.api.utils.Validate
Checks if the given string is not null nor empty

K

KeyValueEntry - Class in org.arquillian.reporter.api.model.entry
An Entry representing a key-value pair.
KeyValueEntry(StringKey, Entry) - Constructor for class org.arquillian.reporter.api.model.entry.KeyValueEntry
Creates an instance of KeyValueEntry with the given key and value
KeyValueEntry(StringKey, StringKey) - Constructor for class org.arquillian.reporter.api.model.entry.KeyValueEntry
Creates an instance of KeyValueEntry with the given key and value
KeyValueEntry(StringKey, String) - Constructor for class org.arquillian.reporter.api.model.entry.KeyValueEntry
Creates an instance of KeyValueEntry with the given key and value
KeyValueEntry(String, String) - Constructor for class org.arquillian.reporter.api.model.entry.KeyValueEntry
Creates an instance of KeyValueEntry with the given key and value

L

LinkEntry - Class in org.arquillian.reporter.api.model.entry
An Entry representing a link
LinkEntry() - Constructor for class org.arquillian.reporter.api.model.entry.LinkEntry
 

M

merge(BasicReport) - Method in class org.arquillian.reporter.api.model.report.BasicReport
It uses only the default functionality of merging (see AbstractReport.defaultMerge(AbstractReport)).
merge(ConfigurationReport) - Method in class org.arquillian.reporter.api.model.report.ConfigurationReport
It uses only the default functionality of merging (see AbstractReport.defaultMerge(AbstractReport)).
merge(FailureReport) - Method in class org.arquillian.reporter.api.model.report.FailureReport
It uses only the default functionality of merging (see AbstractReport.defaultMerge(AbstractReport)).
merge(TYPE) - Method in interface org.arquillian.reporter.api.model.report.Report
Takes the information contained in the given Report and add them into this report instance.
merge(TestClassReport) - Method in class org.arquillian.reporter.api.model.report.TestClassReport
Apart from the default functionality of merging (AbstractReport.defaultMerge(AbstractReport)) it also manages the additional types of information.
merge(TestMethodReport) - Method in class org.arquillian.reporter.api.model.report.TestMethodReport
Apart from the default functionality of merging (AbstractReport.defaultMerge(AbstractReport)) it also manages the additional types of information.
merge(TestSuiteReport) - Method in class org.arquillian.reporter.api.model.report.TestSuiteReport
Apart from the default functionality of merging (AbstractReport.defaultMerge(AbstractReport)) it also manages the additional types of information.
METHOD_FAILURE_REPORT - Static variable in class org.arquillian.reporter.api.model.ReporterCoreKey
 
METHOD_FAILURE_REPORT_STACKTRACE - Static variable in class org.arquillian.reporter.api.model.ReporterCoreKey
 

N

newBodyRow() - Method in interface org.arquillian.reporter.api.builder.entry.TableBuilder
Creates a new instance of TableRow and adds it into the list of body rows
newHeaderRow() - Method in interface org.arquillian.reporter.api.builder.entry.TableBuilder
Creates a new instance of TableRow and adds it into the list of header rows
NonDirectionalGraphEdge - Class in org.arquillian.reporter.api.model.entry.graph
 
NonDirectionalGraphEdge(StringKey) - Constructor for class org.arquillian.reporter.api.model.entry.graph.NonDirectionalGraphEdge
 
NonDirectionalGraphEdge(String) - Constructor for class org.arquillian.reporter.api.model.entry.graph.NonDirectionalGraphEdge
 

O

org.arquillian.reporter.api.builder - package org.arquillian.reporter.api.builder
 
org.arquillian.reporter.api.builder.entry - package org.arquillian.reporter.api.builder.entry
 
org.arquillian.reporter.api.builder.report - package org.arquillian.reporter.api.builder.report
 
org.arquillian.reporter.api.event - package org.arquillian.reporter.api.event
 
org.arquillian.reporter.api.model - package org.arquillian.reporter.api.model
 
org.arquillian.reporter.api.model.entry - package org.arquillian.reporter.api.model.entry
 
org.arquillian.reporter.api.model.entry.graph - package org.arquillian.reporter.api.model.entry.graph
 
org.arquillian.reporter.api.model.entry.table - package org.arquillian.reporter.api.model.entry.table
 
org.arquillian.reporter.api.model.report - package org.arquillian.reporter.api.model.report
 
org.arquillian.reporter.api.utils - package org.arquillian.reporter.api.utils
 

R

Report<TYPE extends Report,BUILDERTYPE extends ReportBuilder> - Interface in org.arquillian.reporter.api.model.report
An interface representing a report.
ReportBuilder<BUILDERTYPE extends ReportBuilder,REPORTTYPE extends Report<REPORTTYPE,? extends ReportBuilder>> - Interface in org.arquillian.reporter.api.builder.report
A Builder providing an API that helps you to build a Report
Reporter - Class in org.arquillian.reporter.api.builder
The main starting point for using Arquillian Reporter fluent API
Reporter() - Constructor for class org.arquillian.reporter.api.builder.Reporter
 
ReporterCoreKey - Class in org.arquillian.reporter.api.model
A StringKey implementation used for Arquillian Reporter-core purposes
ReporterCoreKey() - Constructor for class org.arquillian.reporter.api.model.ReporterCoreKey
 
ReporterUtils - Class in org.arquillian.reporter.api.utils
Util class
ReporterUtils() - Constructor for class org.arquillian.reporter.api.utils.ReporterUtils
 
ReportInSectionBuilder<REPORTTYPE extends Report,SECTIONTYPE extends SectionEvent<SECTIONTYPE,REPORTTYPE,? extends SectionEvent>> - Interface in org.arquillian.reporter.api.builder.report
Builder for firing a SectionEvent

S

SectionEvent<SECTIONTYPE extends SectionEvent<SECTIONTYPE,REPORTTYPE,PARENTSECTIONTYPE>,REPORTTYPE extends Report,PARENTSECTIONTYPE extends SectionEvent> - Class in org.arquillian.reporter.api.event
An abstract class representing Section in general.
SectionEvent() - Constructor for class org.arquillian.reporter.api.event.SectionEvent
Creates an instance of SectionEvent
SectionEvent(REPORTTYPE) - Constructor for class org.arquillian.reporter.api.event.SectionEvent
Creates an instance of SectionEvent with the given Report
SectionEvent(String) - Constructor for class org.arquillian.reporter.api.event.SectionEvent
Creates an instance of SectionEvent and sets the sectionId as an id of the section
SectionEvent(REPORTTYPE, String) - Constructor for class org.arquillian.reporter.api.event.SectionEvent
Creates an instance of SectionEvent with the given Report and sets the sectionId as an id of the section.
setBody(TableBody) - Method in class org.arquillian.reporter.api.model.entry.table.TableEntry
 
setBodyRows(List<TableRow>) - Method in class org.arquillian.reporter.api.model.entry.table.TableBody
 
setCellContent(Entry) - Method in class org.arquillian.reporter.api.model.entry.table.TableCell
 
setCells(List<TableCell>) - Method in class org.arquillian.reporter.api.model.entry.table.TableRow
 
setColumnFoot(TableFoot) - Method in class org.arquillian.reporter.api.model.entry.table.TableEntry
 
setColumnHeader(TableHeader) - Method in class org.arquillian.reporter.api.model.entry.table.TableEntry
 
setConfiguration(ConfigurationReport) - Method in class org.arquillian.reporter.api.model.report.TestClassReport
 
setConfiguration(ConfigurationReport) - Method in class org.arquillian.reporter.api.model.report.TestMethodReport
 
setConfiguration(ConfigurationReport) - Method in class org.arquillian.reporter.api.model.report.TestSuiteReport
 
setConfiguration(ConfigurationReport) - Method in interface org.arquillian.reporter.api.model.report.WithConfigurationReport
Sets the given ConfigurationReport
setConnections(Map<GraphNode, GraphEdge>) - Method in class org.arquillian.reporter.api.model.entry.graph.GraphNode
 
setContainsSubReport(boolean) - Method in class org.arquillian.reporter.api.event.SectionEvent
Sets whether the attached Report will be added into the list of sub-reports of a report that is associated with this section + id
setContent(StringKey) - Method in class org.arquillian.reporter.api.model.entry.StringEntry
Sets the given content
setDescription(String) - Method in class org.arquillian.reporter.api.model.AbstractStringKey
 
setDescription(String) - Method in interface org.arquillian.reporter.api.model.StringKey
Sets the given string as a description of this StringKey
setEntries(List<Entry>) - Method in class org.arquillian.reporter.api.model.report.AbstractReport
 
setEntries(List<Entry>) - Method in interface org.arquillian.reporter.api.model.report.Report
Sets the given list of Entry(-ies)
setFailureReport(FailureReport) - Method in class org.arquillian.reporter.api.model.report.TestMethodReport
Sets the given FailureReport
setFootRows(List<TableRow>) - Method in class org.arquillian.reporter.api.model.entry.table.TableFoot
 
setHeaderRows(List<TableRow>) - Method in class org.arquillian.reporter.api.model.entry.table.TableHeader
 
setIcon(String) - Method in class org.arquillian.reporter.api.model.AbstractStringKey
 
setIcon(String) - Method in interface org.arquillian.reporter.api.model.StringKey
Sets the string as an icon of this StringKey
setMethod(Method) - Method in class org.arquillian.reporter.api.event.TestMethodSection
Sets a test method this TestMethodSection relates to
setName(StringKey) - Method in class org.arquillian.reporter.api.model.entry.graph.DirectionalGraphEdge
 
setName(StringKey) - Method in class org.arquillian.reporter.api.model.entry.graph.GraphEntry
 
setName(StringKey) - Method in class org.arquillian.reporter.api.model.entry.graph.GraphNode
 
setName(StringKey) - Method in class org.arquillian.reporter.api.model.entry.graph.NonDirectionalGraphEdge
 
setName(StringKey) - Method in class org.arquillian.reporter.api.model.entry.table.TableEntry
 
setName(StringKey) - Method in class org.arquillian.reporter.api.model.report.AbstractReport
 
setName(StringKey) - Method in interface org.arquillian.reporter.api.model.report.Report
Sets the given name as a name of this report
setNodes(List<GraphNode>) - Method in class org.arquillian.reporter.api.model.entry.graph.GraphEntry
 
setPath(String) - Method in class org.arquillian.reporter.api.model.entry.FileEntry
 
setReport(REPORTTYPE) - Method in class org.arquillian.reporter.api.event.SectionEvent
Sets the given Report in this SectionEvent as its payload
setResult(TestResult) - Method in interface org.arquillian.reporter.api.builder.report.TestMethodReportBuilder
Sets the result status contained in the given TestResult.
setRowFoot(TableFoot) - Method in class org.arquillian.reporter.api.model.entry.table.TableEntry
 
setRowHeader(TableHeader) - Method in class org.arquillian.reporter.api.model.entry.table.TableEntry
 
setSectionEventClass(Class<SECTIONTYPE>) - Method in class org.arquillian.reporter.api.event.Identifier
Sets the given SectionEvent class
setSectionId(String) - Method in class org.arquillian.reporter.api.event.Identifier
Sets the given id of the section node
setSectionId(String) - Method in class org.arquillian.reporter.api.event.SectionEvent
Sets the given unique id to this SectionEvent
setStatus(TestResult.Status) - Method in class org.arquillian.reporter.api.model.report.TestMethodReport
Sets the given TestResult.Status as a result of test method execution
setStop(String) - Method in class org.arquillian.reporter.api.model.report.TestClassReport
Sets the given time as time when an associated test class execution stopped
setStop(String) - Method in class org.arquillian.reporter.api.model.report.TestMethodReport
Sets the given time as time when an associated test method execution stopped
setStop(String) - Method in class org.arquillian.reporter.api.model.report.TestSuiteReport
Sets the given time as time when an associated test suite execution stopped
setSubReports(List<Report>) - Method in class org.arquillian.reporter.api.model.report.AbstractReport
 
setSubReports(List<Report>) - Method in interface org.arquillian.reporter.api.model.report.Report
Sets the given list of Reports as sub-reports of this report
setTestSuiteId(String) - Method in class org.arquillian.reporter.api.event.TestClassConfigurationSection
Returns a test suite id of the TestSuiteSection this section belongs to
setTestSuiteId(String) - Method in class org.arquillian.reporter.api.event.TestClassSection
Sets a test suite id of the TestSuiteSection this section belongs to
setTestSuiteId(String) - Method in class org.arquillian.reporter.api.event.TestMethodConfigurationSection
Sets a test suite id of the TestSuiteSection this section belongs to
setTestSuiteId(String) - Method in class org.arquillian.reporter.api.event.TestMethodFailureSection
Sets a test suite id of the TestSuiteSection this section belongs to
setTestSuiteId(String) - Method in class org.arquillian.reporter.api.event.TestMethodSection
Sets a test suite id of the TestSuiteSection this section belongs to
setValue(String) - Method in class org.arquillian.reporter.api.model.AbstractStringKey
 
setValue(String) - Method in interface org.arquillian.reporter.api.model.StringKey
Sets the given value
Standalone - Interface in org.arquillian.reporter.api.event
 
standalone() - Static method in class org.arquillian.reporter.api.event.TestClassConfigurationSection
Creates an instance of TestClassConfigurationSection.
standalone(Class<?>) - Static method in class org.arquillian.reporter.api.event.TestClassConfigurationSection
Creates an instance of TestClassConfigurationSection with the given test class that is stored to identify a parental section.
standalone(Class<?>, String) - Static method in class org.arquillian.reporter.api.event.TestClassConfigurationSection
Creates an instance of TestClassConfigurationSection with the given test class and test suite that are stored to identify a parental section.
standalone(ConfigurationReport) - Static method in class org.arquillian.reporter.api.event.TestClassConfigurationSection
Creates an instance of TestClassConfigurationSection with the given ConfigurationReport.
standalone(ConfigurationReport, Class<?>) - Static method in class org.arquillian.reporter.api.event.TestClassConfigurationSection
Creates an instance of TestClassConfigurationSection with the given ConfigurationReport.
standalone(ConfigurationReport, Class<?>, String) - Static method in class org.arquillian.reporter.api.event.TestClassConfigurationSection
Creates an instance of TestClassConfigurationSection with the given ConfigurationReport.
standalone() - Static method in class org.arquillian.reporter.api.event.TestMethodConfigurationSection
Creates an instance of TestMethodConfigurationSection.
standalone(Method) - Static method in class org.arquillian.reporter.api.event.TestMethodConfigurationSection
Creates an instance of TestMethodConfigurationSection with the given test method that is stored to identify a parental section.
standalone(Method, String) - Static method in class org.arquillian.reporter.api.event.TestMethodConfigurationSection
Creates an instance of TestMethodConfigurationSection with the given test method and test suite id that are stored to identify a parental section.
standalone(ConfigurationReport) - Static method in class org.arquillian.reporter.api.event.TestMethodConfigurationSection
Creates an instance of TestMethodConfigurationSection with the given ConfigurationReport.
standalone(ConfigurationReport, Method) - Static method in class org.arquillian.reporter.api.event.TestMethodConfigurationSection
Creates an instance of TestMethodConfigurationSection with the given ConfigurationReport.
standalone(ConfigurationReport, Method, String) - Static method in class org.arquillian.reporter.api.event.TestMethodConfigurationSection
Creates an instance of TestMethodConfigurationSection with the given ConfigurationReport.
standalone() - Static method in class org.arquillian.reporter.api.event.TestMethodFailureSection
Creates an instance of TestMethodFailureSection.
standalone(Method) - Static method in class org.arquillian.reporter.api.event.TestMethodFailureSection
Creates an instance of TestMethodFailureSection with the given test method that is stored to identify a parental section.
standalone(Method, String) - Static method in class org.arquillian.reporter.api.event.TestMethodFailureSection
Creates an instance of TestMethodFailureSection with the given test method and test suite id that are stored to identify a parental section.
standalone(FailureReport) - Static method in class org.arquillian.reporter.api.event.TestMethodFailureSection
Creates an instance of TestMethodFailureSection with the given FailureReport.
standalone(FailureReport, Method) - Static method in class org.arquillian.reporter.api.event.TestMethodFailureSection
Creates an instance of TestMethodFailureSection with the given FailureReport.
standalone(FailureReport, Method, String) - Static method in class org.arquillian.reporter.api.event.TestMethodFailureSection
Creates an instance of TestMethodFailureSection with the given FailureReport.
standalone() - Static method in class org.arquillian.reporter.api.event.TestSuiteConfigurationSection
Creates an instance of TestSuiteConfigurationSection.
standalone(String) - Static method in class org.arquillian.reporter.api.event.TestSuiteConfigurationSection
Creates an instance of TestSuiteConfigurationSection with the given test suite id to identify a parental section.
standalone(ConfigurationReport) - Static method in class org.arquillian.reporter.api.event.TestSuiteConfigurationSection
Creates an instance of TestSuiteConfigurationSection with the given ConfigurationReport.
standalone(ConfigurationReport, String) - Static method in class org.arquillian.reporter.api.event.TestSuiteConfigurationSection
Creates an instance of TestSuiteConfigurationSection with the given ConfigurationReport.
stop() - Method in interface org.arquillian.reporter.api.builder.report.TestClassReportBuilder
Sets the stop time of the TestClassReport to the current time
stop() - Method in interface org.arquillian.reporter.api.builder.report.TestMethodReportBuilder
Sets the stop time of the TestMethodReport to the current time
stop() - Method in interface org.arquillian.reporter.api.builder.report.TestSuiteReportBuilder
Sets the stop time of the TestSuiteReport to the current time
StringEntry - Class in org.arquillian.reporter.api.model.entry
An Entry representing a string
StringEntry(StringKey) - Constructor for class org.arquillian.reporter.api.model.entry.StringEntry
Creates an instance of StringEntry with the given StringKey as a content
StringEntry(String) - Constructor for class org.arquillian.reporter.api.model.entry.StringEntry
Creates an instance of StringEntry with the given StringKey
StringKey - Interface in org.arquillian.reporter.api.model
An interface representing any string contained in report

T

TableBody - Class in org.arquillian.reporter.api.model.entry.table
 
TableBody() - Constructor for class org.arquillian.reporter.api.model.entry.table.TableBody
 
TableBody(List<TableRow>) - Constructor for class org.arquillian.reporter.api.model.entry.table.TableBody
 
TableBuilder - Interface in org.arquillian.reporter.api.builder.entry
A Builder providing an API that helps you to build a TableEntry
TableCell - Class in org.arquillian.reporter.api.model.entry.table
 
TableCell() - Constructor for class org.arquillian.reporter.api.model.entry.table.TableCell
 
TableCell(Entry) - Constructor for class org.arquillian.reporter.api.model.entry.table.TableCell
 
TableCell(String) - Constructor for class org.arquillian.reporter.api.model.entry.table.TableCell
 
TableCell(StringKey) - Constructor for class org.arquillian.reporter.api.model.entry.table.TableCell
 
TableEntry - Class in org.arquillian.reporter.api.model.entry.table
 
TableEntry(StringKey) - Constructor for class org.arquillian.reporter.api.model.entry.table.TableEntry
 
TableEntry(StringKey, TableHeader, TableHeader, TableBody, TableFoot, TableFoot) - Constructor for class org.arquillian.reporter.api.model.entry.table.TableEntry
 
TableFoot - Class in org.arquillian.reporter.api.model.entry.table
 
TableFoot(List<TableRow>) - Constructor for class org.arquillian.reporter.api.model.entry.table.TableFoot
 
TableFoot() - Constructor for class org.arquillian.reporter.api.model.entry.table.TableFoot
 
TableGraphEntry - Class in org.arquillian.reporter.api.model.entry.table
 
TableGraphEntry() - Constructor for class org.arquillian.reporter.api.model.entry.table.TableGraphEntry
 
TableHeader - Class in org.arquillian.reporter.api.model.entry.table
 
TableHeader() - Constructor for class org.arquillian.reporter.api.model.entry.table.TableHeader
 
TableHeader(List<TableRow>) - Constructor for class org.arquillian.reporter.api.model.entry.table.TableHeader
 
TableRow - Class in org.arquillian.reporter.api.model.entry.table
 
TableRow() - Constructor for class org.arquillian.reporter.api.model.entry.table.TableRow
 
TableRow(List<TableCell>) - Constructor for class org.arquillian.reporter.api.model.entry.table.TableRow
 
TestClassConfigurationSection - Class in org.arquillian.reporter.api.event
An implementation of SectionEvent that represents section for ConfigurationReports within a TestClassReport
TestClassConfigurationSection() - Constructor for class org.arquillian.reporter.api.event.TestClassConfigurationSection
Creates an instance of TestClassConfigurationSection
TestClassConfigurationSection(String) - Constructor for class org.arquillian.reporter.api.event.TestClassConfigurationSection
Creates an instance of TestClassConfigurationSection with the given id.
TestClassConfigurationSection(String, Class<?>) - Constructor for class org.arquillian.reporter.api.event.TestClassConfigurationSection
Creates an instance of TestClassConfigurationSection with the given id.
TestClassConfigurationSection(String, Class<?>, String) - Constructor for class org.arquillian.reporter.api.event.TestClassConfigurationSection
Creates an instance of TestClassConfigurationSection with the given id.
TestClassConfigurationSection(ConfigurationReport) - Constructor for class org.arquillian.reporter.api.event.TestClassConfigurationSection
Creates an instance of TestClassConfigurationSection with the given ConfigurationReport
TestClassConfigurationSection(ConfigurationReport, String) - Constructor for class org.arquillian.reporter.api.event.TestClassConfigurationSection
Creates an instance of TestClassConfigurationSection with the given id and given ConfigurationReport
TestClassConfigurationSection(ConfigurationReport, String, Class<?>) - Constructor for class org.arquillian.reporter.api.event.TestClassConfigurationSection
Creates an instance of TestClassConfigurationSection with the given id and given ConfigurationReport It also stores the given test class for identifying parental section.
TestClassConfigurationSection(ConfigurationReport, String, Class<?>, String) - Constructor for class org.arquillian.reporter.api.event.TestClassConfigurationSection
Creates an instance of TestClassConfigurationSection with the given id and given ConfigurationReport It also stores the given test class and test suite id for identifying parental section.
TestClassReport - Class in org.arquillian.reporter.api.model.report
A Report implementation that represents any report information related to a test class.
TestClassReport() - Constructor for class org.arquillian.reporter.api.model.report.TestClassReport
Creates an instance of TestClassReport
TestClassReport(StringKey) - Constructor for class org.arquillian.reporter.api.model.report.TestClassReport
Creates an instance of TestClassReport with the given StringKey set as a name
TestClassReport(String) - Constructor for class org.arquillian.reporter.api.model.report.TestClassReport
Creates an instance of TestClassReport with the given String set as a name as UnknownStringKey
TestClassReportBuilder - Interface in org.arquillian.reporter.api.builder.report
Builder for TestClassReport
TestClassSection - Class in org.arquillian.reporter.api.event
An implementation of SectionEvent that represents section for TestClassReports
TestClassSection() - Constructor for class org.arquillian.reporter.api.event.TestClassSection
Creates an instance of TestClassSection
TestClassSection(Class<?>) - Constructor for class org.arquillian.reporter.api.event.TestClassSection
Creates an instance of TestClassSection with an id created as canonical name of the given test class
TestClassSection(Class<?>, String) - Constructor for class org.arquillian.reporter.api.event.TestClassSection
Creates an instance of TestClassSection with an id created as a canonical name of the given test class.
TestClassSection(TestClassReport) - Constructor for class org.arquillian.reporter.api.event.TestClassSection
Creates an instance of TestClassSection with the given TestClassReport
TestClassSection(TestClassReport, Class<?>) - Constructor for class org.arquillian.reporter.api.event.TestClassSection
Creates an instance of TestClassSection with the given TestClassReport and an id created as canonical name of the given test class
TestClassSection(TestClassReport, Class<?>, String) - Constructor for class org.arquillian.reporter.api.event.TestClassSection
Creates an instance of TestClassSection with the given TestClassReport and an id created as canonical name of the given test class The test suite id is stored to identify a parental section this section belongs to
TestMethodConfigurationSection - Class in org.arquillian.reporter.api.event
An implementation of SectionEvent that represents section for ConfigurationReports within a TestMethodReport
TestMethodConfigurationSection() - Constructor for class org.arquillian.reporter.api.event.TestMethodConfigurationSection
Creates an instance of TestMethodConfigurationSection
TestMethodConfigurationSection(String) - Constructor for class org.arquillian.reporter.api.event.TestMethodConfigurationSection
Creates an instance of TestMethodConfigurationSection with the given id.
TestMethodConfigurationSection(String, Method) - Constructor for class org.arquillian.reporter.api.event.TestMethodConfigurationSection
Creates an instance of TestMethodConfigurationSection with the given id.
TestMethodConfigurationSection(String, Method, String) - Constructor for class org.arquillian.reporter.api.event.TestMethodConfigurationSection
Creates an instance of TestMethodConfigurationSection with the given id.
TestMethodConfigurationSection(ConfigurationReport) - Constructor for class org.arquillian.reporter.api.event.TestMethodConfigurationSection
Creates an instance of TestMethodConfigurationSection with the given ConfigurationReport
TestMethodConfigurationSection(ConfigurationReport, String) - Constructor for class org.arquillian.reporter.api.event.TestMethodConfigurationSection
Creates an instance of TestMethodConfigurationSection with with the given ConfigurationReport and an id represented by the given configurationId
TestMethodConfigurationSection(ConfigurationReport, String, Method) - Constructor for class org.arquillian.reporter.api.event.TestMethodConfigurationSection
Creates an instance of TestMethodConfigurationSection with with the given id and given ConfigurationReport It also stores the given test method for identifying parental section.
TestMethodConfigurationSection(ConfigurationReport, String, Method, String) - Constructor for class org.arquillian.reporter.api.event.TestMethodConfigurationSection
Creates an instance of TestMethodConfigurationSection with with the given id and given ConfigurationReport It also stores the given test method and test suite for identifying parental section.
TestMethodFailureSection - Class in org.arquillian.reporter.api.event
An implementation of SectionEvent that represents section for FailureReports within a TestMethodReport
TestMethodFailureSection() - Constructor for class org.arquillian.reporter.api.event.TestMethodFailureSection
Creates an instance of TestMethodFailureSection
TestMethodFailureSection(String) - Constructor for class org.arquillian.reporter.api.event.TestMethodFailureSection
Creates an instance of TestMethodFailureSection with the given id.
TestMethodFailureSection(String, Method) - Constructor for class org.arquillian.reporter.api.event.TestMethodFailureSection
Creates an instance of TestMethodFailureSection with the given id.
TestMethodFailureSection(String, Method, String) - Constructor for class org.arquillian.reporter.api.event.TestMethodFailureSection
Creates an instance of TestMethodFailureSection with the given id.
TestMethodFailureSection(FailureReport) - Constructor for class org.arquillian.reporter.api.event.TestMethodFailureSection
Creates an instance of TestMethodFailureSection with the given FailureReport
TestMethodFailureSection(FailureReport, String) - Constructor for class org.arquillian.reporter.api.event.TestMethodFailureSection
Creates an instance of TestMethodFailureSection with the given FailureReport and an id represented by the given failureId
TestMethodFailureSection(FailureReport, String, Method) - Constructor for class org.arquillian.reporter.api.event.TestMethodFailureSection
Creates an instance of TestMethodFailureSection with the given FailureReport and an id represented by the given failureId It also stores the given test method for identifying parental section.
TestMethodFailureSection(FailureReport, String, Method, String) - Constructor for class org.arquillian.reporter.api.event.TestMethodFailureSection
Creates an instance of TestMethodFailureSection with the given FailureReport and an id represented by the given failureId It also stores the given test method and test suite id for identifying parental section.
TestMethodReport - Class in org.arquillian.reporter.api.model.report
A Report implementation that represents any report information related to a test method.
TestMethodReport() - Constructor for class org.arquillian.reporter.api.model.report.TestMethodReport
Creates an instance of TestMethodReport
TestMethodReport(StringKey) - Constructor for class org.arquillian.reporter.api.model.report.TestMethodReport
Creates an instance of TestMethodReport with the given StringKey set as a name
TestMethodReport(String) - Constructor for class org.arquillian.reporter.api.model.report.TestMethodReport
Creates an instance of TestMethodReport with the given String set as a name as UnknownStringKey
TestMethodReportBuilder - Interface in org.arquillian.reporter.api.builder.report
Builder for TestMethodReport
TestMethodSection - Class in org.arquillian.reporter.api.event
An implementation of SectionEvent that represents section for TestMethodReports within a TestClassReport
TestMethodSection() - Constructor for class org.arquillian.reporter.api.event.TestMethodSection
Creates an instance of TestMethodSection
TestMethodSection(Method) - Constructor for class org.arquillian.reporter.api.event.TestMethodSection
Creates an instance of TestMethodSection with an id created from given test method name.
TestMethodSection(Method, String) - Constructor for class org.arquillian.reporter.api.event.TestMethodSection
Creates an instance of TestMethodSection with an id created from given test method name.
TestMethodSection(TestMethodReport) - Constructor for class org.arquillian.reporter.api.event.TestMethodSection
Creates an instance of TestMethodSection with the given TestMethodReport
TestMethodSection(TestMethodReport, Method) - Constructor for class org.arquillian.reporter.api.event.TestMethodSection
Creates an instance of TestMethodSection with the given TestMethodReport and an id created from given test method name.
TestMethodSection(TestMethodReport, Method, String) - Constructor for class org.arquillian.reporter.api.event.TestMethodSection
Creates an instance of TestMethodSection with the given TestMethodReport and an id created from given test method name.
TestSuiteConfigurationSection - Class in org.arquillian.reporter.api.event
An implementation of SectionEvent that represents section for ConfigurationReports within a TestSuiteReport
TestSuiteConfigurationSection() - Constructor for class org.arquillian.reporter.api.event.TestSuiteConfigurationSection
Creates an instance of TestSuiteConfigurationSection
TestSuiteConfigurationSection(String) - Constructor for class org.arquillian.reporter.api.event.TestSuiteConfigurationSection
Creates an instance of TestSuiteConfigurationSection with the given id
TestSuiteConfigurationSection(String, String) - Constructor for class org.arquillian.reporter.api.event.TestSuiteConfigurationSection
Creates an instance of TestSuiteConfigurationSection with the given id.
TestSuiteConfigurationSection(ConfigurationReport) - Constructor for class org.arquillian.reporter.api.event.TestSuiteConfigurationSection
Creates an instance of TestSuiteConfigurationSection with the given ConfigurationReport
TestSuiteConfigurationSection(ConfigurationReport, String) - Constructor for class org.arquillian.reporter.api.event.TestSuiteConfigurationSection
Creates an instance of TestSuiteConfigurationSection with the given ConfigurationReport and the given id.
TestSuiteConfigurationSection(ConfigurationReport, String, String) - Constructor for class org.arquillian.reporter.api.event.TestSuiteConfigurationSection
Creates an instance of TestSuiteConfigurationSection with the given ConfigurationReport and the given id.
TestSuiteReport - Class in org.arquillian.reporter.api.model.report
A Report implementation that represents any report information related to a test suite.
TestSuiteReport() - Constructor for class org.arquillian.reporter.api.model.report.TestSuiteReport
Creates an instance of TestSuiteReport
TestSuiteReport(StringKey) - Constructor for class org.arquillian.reporter.api.model.report.TestSuiteReport
Creates an instance of TestSuiteReport with the given StringKey set as a name
TestSuiteReport(String) - Constructor for class org.arquillian.reporter.api.model.report.TestSuiteReport
Creates an instance of TestSuiteReport with the given String set as a name as UnknownStringKey
TestSuiteReportBuilder - Interface in org.arquillian.reporter.api.builder.report
Builder for TestSuiteReport
TestSuiteSection - Class in org.arquillian.reporter.api.event
An implementation of SectionEvent that represents section for TestSuiteReports
TestSuiteSection() - Constructor for class org.arquillian.reporter.api.event.TestSuiteSection
Creates an instance of TestSuiteSection
TestSuiteSection(String) - Constructor for class org.arquillian.reporter.api.event.TestSuiteSection
Creates an instance of TestSuiteSection with the given id
TestSuiteSection(TestSuiteReport) - Constructor for class org.arquillian.reporter.api.event.TestSuiteSection
Creates an instance of TestSuiteSection with the given TestSuiteReport
TestSuiteSection(TestSuiteReport, String) - Constructor for class org.arquillian.reporter.api.event.TestSuiteSection
Creates an instance of TestSuiteSection with the given TestSuiteReport
toString() - Method in class org.arquillian.reporter.api.event.Identifier
 
toString() - Method in class org.arquillian.reporter.api.model.AbstractStringKey
 
toString() - Method in class org.arquillian.reporter.api.model.entry.KeyValueEntry
 
TYPE - Static variable in class org.arquillian.reporter.api.model.entry.graph.DirectionalGraphEdge
 
TYPE - Static variable in class org.arquillian.reporter.api.model.entry.graph.NonDirectionalGraphEdge
 

U

UnknownStringKey - Class in org.arquillian.reporter.api.model
A StringKey implementation used for all strings that are not defined using any real implementation of StringKey
UnknownStringKey(String) - Constructor for class org.arquillian.reporter.api.model.UnknownStringKey
 
usingBuilder(Class<BUILDERTYPE>, Object...) - Static method in class org.arquillian.reporter.api.builder.Reporter
Creates an instance of the given Builder using the given constructor parameters.

V

Validate - Class in org.arquillian.reporter.api.utils
A validation class
Validate() - Constructor for class org.arquillian.reporter.api.utils.Validate
 
valueOf(String) - Static method in enum org.arquillian.reporter.api.model.entry.graph.GraphEdge.GraphEdgeType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.arquillian.reporter.api.model.entry.graph.GraphEdge.GraphEdgeType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WithConfigurationReport - Interface in org.arquillian.reporter.api.model.report
 
A B C D E F G H I K L M N O R S T U V W 
Skip navigation links
Arquillian Reporter API 0.0.3

Copyright © 2017 JBoss by Red Hat. All rights reserved.