A B C D E F G H I J M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ABORTED - org.opentest4j.reporting.events.core.Result.Status
-
The test was aborted.
- add(String, Namespace) - Method in class org.opentest4j.reporting.events.api.NamespaceRegistry.Builder
-
Add an additional namespace to this registry.
- add(String, Namespace, String) - Method in class org.opentest4j.reporting.events.api.NamespaceRegistry.Builder
-
Add an additional namespace to this registry.
- addEntry(String, String) - Method in class org.opentest4j.reporting.events.core.Data
-
Add an
entry
child element to this element. - addFilePosition(int, Optional<Integer>) - Method in class org.opentest4j.reporting.events.core.FileSource
-
Add a
filePosition
child element to this element. - addFilePosition(int, Optional<Integer>) - Method in class org.opentest4j.reporting.events.java.ClasspathResourceSource
-
Add a
filePosition
child element to this element. - addFilePosition(int, Optional<Integer>) - Method in class org.opentest4j.reporting.events.java.ClassSource
-
Add a
filePosition
child element to this element. - append(Factory<C>) - Method in interface org.opentest4j.reporting.events.api.Appendable
-
Append the child element created by the supplied factory.
- append(Factory<C>, Consumer<? super C>) - Method in interface org.opentest4j.reporting.events.api.Appendable
-
Append the child element created by the supplied factory configured by the supplied consumer.
- append(Factory<C>, Consumer<? super C>) - Method in class org.opentest4j.reporting.events.api.Element
- Appendable<T extends Element<T>> - Interface in org.opentest4j.reporting.events.api
-
Interface for objects that support appending child elements.
- attachments() - Static method in class org.opentest4j.reporting.events.core.CoreFactory
-
Create a factory for
Attachments
elements. - Attachments - Class in org.opentest4j.reporting.events.core
-
The
attachments
element of the core namespace.
B
- build() - Method in class org.opentest4j.reporting.events.api.NamespaceRegistry.Builder
-
Build the
NamespaceRegistry
. - builder(Namespace) - Static method in class org.opentest4j.reporting.events.api.NamespaceRegistry
-
Create a new builder with the supplied default namespace.
- builder(Namespace, String) - Static method in class org.opentest4j.reporting.events.api.NamespaceRegistry
-
Create a new builder with the supplied default namespace and schema location.
C
- ChildElement<P extends Element<P>,T extends ChildElement<P,T>> - Class in org.opentest4j.reporting.events.api
-
Base class for child elements with well-known parent types.
- ChildElement(Context, QualifiedName) - Constructor for class org.opentest4j.reporting.events.api.ChildElement
-
Create an instance with the supplied context and qualified name.
- classpathResourceSource(String) - Static method in class org.opentest4j.reporting.events.java.JavaFactory
-
Create a factory for
ClasspathResourceSource
elements. - ClasspathResourceSource - Class in org.opentest4j.reporting.events.java
-
The
classpathResourceSource
element of the Java namespace. - classSource(String) - Static method in class org.opentest4j.reporting.events.java.JavaFactory
-
Create a factory for
ClassSource
elements. - ClassSource - Class in org.opentest4j.reporting.events.java
-
The
classSource
element of the Java namespace. - containsUri(String) - Method in class org.opentest4j.reporting.events.api.NamespaceRegistry
-
Check whether a namespace with the supplied URI is registered with this registry.
- Context - Class in org.opentest4j.reporting.events.api
-
Context encapsulating a single XML document along with its namespace configuration.
- CoreFactory - Class in org.opentest4j.reporting.events.core
-
Factory for elements of the core namespace.
- cpuCores(int) - Static method in class org.opentest4j.reporting.events.core.CoreFactory
-
Create a factory for
CpuCores
elements. - CpuCores - Class in org.opentest4j.reporting.events.core
-
The
cpuCores
element of the core namespace. - create(Context) - Method in interface org.opentest4j.reporting.events.api.Factory
-
Create an element using the supplied context.
- create(QualifiedName, NamespaceRegistry, Path) - Static method in interface org.opentest4j.reporting.events.api.DocumentWriter
-
Create a new document writer with the supplied root element name and namespace registry that will write to the supplied XML file.
- createAndConfigure(Context, Consumer<? super T>) - Method in interface org.opentest4j.reporting.events.api.Factory
-
Create and configure an element using the supplied context and
configurer
. - createDocumentWriter(NamespaceRegistry, Path) - Static method in class org.opentest4j.reporting.events.root.Events
-
Create a new
DocumentWriter
for the event-based reporting format.
D
- data(LocalDateTime) - Static method in class org.opentest4j.reporting.events.core.CoreFactory
-
Create a factory for
Data
elements. - Data - Class in org.opentest4j.reporting.events.core
-
The
data
element of the core namespace. - directorySource(File) - Static method in class org.opentest4j.reporting.events.core.CoreFactory
-
Create a factory for
DirectorySource
elements. - DirectorySource - Class in org.opentest4j.reporting.events.core
-
The
directorySource
element of the core namespace. - DocumentWriter<T extends Element<T>> - Interface in org.opentest4j.reporting.events.api
-
Writer for documents with a certain root element type.
E
- Element<T extends Element<T>> - Class in org.opentest4j.reporting.events.api
-
Base class for elements.
- Element(Context, QualifiedName) - Constructor for class org.opentest4j.reporting.events.api.Element
-
Create an instance with the supplied context and qualified name.
- ELEMENT - Static variable in class org.opentest4j.reporting.events.core.Infrastructure
-
Qualified name of the
infrastructure
element. - ELEMENT - Static variable in class org.opentest4j.reporting.events.root.Finished
-
Qualified name of the
finished
element. - ELEMENT - Static variable in class org.opentest4j.reporting.events.root.Reported
-
Qualified name of the
reported
element. - ELEMENT - Static variable in class org.opentest4j.reporting.events.root.Started
-
Qualified name of the
started
element. - Event - Class in org.opentest4j.reporting.events.root
-
Abstract base class for all events in the events namespace.
- Events - Class in org.opentest4j.reporting.events.root
-
The
events
element of the events namespace.
F
- Factory<T> - Interface in org.opentest4j.reporting.events.api
-
Factory for creating elements of a certain type for a given context.
- FAILED - org.opentest4j.reporting.events.core.Result.Status
-
The test failed.
- fileEncoding(String) - Static method in class org.opentest4j.reporting.events.java.JavaFactory
-
Create a factory for
FileEncoding
elements. - FileEncoding - Class in org.opentest4j.reporting.events.java
-
The
fileEncoding
element of the Java namespace. - filePosition(int, Optional<Integer>) - Static method in class org.opentest4j.reporting.events.core.CoreFactory
-
Create a factory for
FilePosition
elements. - FilePosition<P extends Element<P>> - Class in org.opentest4j.reporting.events.core
-
The
filePosition
element of the core namespace. - fileSource(File) - Static method in class org.opentest4j.reporting.events.core.CoreFactory
-
Create a factory for
FileSource
elements. - FileSource - Class in org.opentest4j.reporting.events.core
-
The
fileSource
element of the core namespace. - finished(String, Instant) - Static method in class org.opentest4j.reporting.events.root.RootFactory
-
Create a factory for
Finished
elements. - Finished - Class in org.opentest4j.reporting.events.root
-
The
finished
element of the events namespace.
G
- getAdditionalNamespaces() - Method in class org.opentest4j.reporting.events.api.NamespaceRegistry
-
Get additional namespaces registered with this registry.
- getDefaultNamespace() - Method in class org.opentest4j.reporting.events.api.NamespaceRegistry
-
Get the default namespace of this registry.
- getPrefix(Namespace) - Method in class org.opentest4j.reporting.events.api.NamespaceRegistry
-
Get the prefix for the supplied namespace registered with this registry.
- getSchemaLocations() - Method in class org.opentest4j.reporting.events.api.NamespaceRegistry
-
Get all schema locations registered with this registry.
H
- heapSize() - Static method in class org.opentest4j.reporting.events.java.JavaFactory
-
Create a factory for
HeapSize
elements. - HeapSize - Class in org.opentest4j.reporting.events.java
-
The
heapSize
element of the Java namespace. - hostName(String) - Static method in class org.opentest4j.reporting.events.core.CoreFactory
-
Create a factory for
HostName
elements. - HostName - Class in org.opentest4j.reporting.events.core
-
The
hostName
element of the core namespace.
I
- ID - Static variable in class org.opentest4j.reporting.events.root.Event
-
Qualified name of the
id
attribute of an event. - infrastructure() - Static method in class org.opentest4j.reporting.events.core.CoreFactory
-
Create a factory for
Infrastructure
elements. - Infrastructure - Class in org.opentest4j.reporting.events.core
-
The
infrastructure
element of the core namespace.
J
- JavaFactory - Class in org.opentest4j.reporting.events.java
-
Factory for elements of the Java namespace.
- javaVersion(String) - Static method in class org.opentest4j.reporting.events.java.JavaFactory
-
Create a factory for
JavaVersion
elements. - JavaVersion - Class in org.opentest4j.reporting.events.java
-
The
javaVersion
element of the Java namespace.
M
- metadata() - Static method in class org.opentest4j.reporting.events.core.CoreFactory
-
Create a factory for
Metadata
elements. - Metadata - Class in org.opentest4j.reporting.events.core
-
The
metadata
element of the core namespace. - methodSource(String, String) - Static method in class org.opentest4j.reporting.events.java.JavaFactory
-
Create a factory for
MethodSource
elements. - MethodSource - Class in org.opentest4j.reporting.events.java
-
The
methodSource
element of the Java namespace.
N
- NamespaceRegistry - Class in org.opentest4j.reporting.events.api
-
Registry of namespaces for writing a document.
- NamespaceRegistry.Builder - Class in org.opentest4j.reporting.events.api
-
Builder for
NamespaceRegistry
. - noop() - Static method in interface org.opentest4j.reporting.events.api.DocumentWriter
-
Create a no-op implementation of
DocumentWriter
.
O
- operatingSystem(String) - Static method in class org.opentest4j.reporting.events.core.CoreFactory
-
Create a factory for
OperatingSystem
elements. - OperatingSystem - Class in org.opentest4j.reporting.events.core
-
The
operatingSystem
element of the core namespace. - org.opentest4j.reporting.events.api - package org.opentest4j.reporting.events.api
- org.opentest4j.reporting.events.core - package org.opentest4j.reporting.events.core
- org.opentest4j.reporting.events.java - package org.opentest4j.reporting.events.java
- org.opentest4j.reporting.events.root - package org.opentest4j.reporting.events.root
P
- packageSource(String) - Static method in class org.opentest4j.reporting.events.java.JavaFactory
-
Create a factory for
PackageSource
elements. - PackageSource - Class in org.opentest4j.reporting.events.java
-
The
packageSource
element of the Java namespace. - PARENT_ID - Static variable in class org.opentest4j.reporting.events.root.Started
-
Qualified name of the
parentId
attribute of a started event.
R
- reason(String) - Static method in class org.opentest4j.reporting.events.core.CoreFactory
-
Create a factory for
Reason
elements. - Reason - Class in org.opentest4j.reporting.events.core
-
The
reason
element of the core namespace. - reported(String, Instant) - Static method in class org.opentest4j.reporting.events.root.RootFactory
-
Create a factory for
Reported
elements. - Reported - Class in org.opentest4j.reporting.events.root
-
The
reported
element of the events namespace. - result(Result.Status) - Static method in class org.opentest4j.reporting.events.core.CoreFactory
-
Create a factory for
Result
elements. - Result - Class in org.opentest4j.reporting.events.core
-
The
result
element of the core namespace. - Result.Status - Enum in org.opentest4j.reporting.events.core
-
Enum of values for the
status
attribute of theresult
element. - RootFactory - Class in org.opentest4j.reporting.events.root
-
Factory for elements of the events namespace.
S
- SKIPPED - org.opentest4j.reporting.events.core.Result.Status
-
The test was skipped.
- sources() - Static method in class org.opentest4j.reporting.events.core.CoreFactory
-
Create a factory for
Sources
elements. - Sources - Class in org.opentest4j.reporting.events.core
-
The
sources
element of the core namespace. - started(String, Instant, String) - Static method in class org.opentest4j.reporting.events.root.RootFactory
-
Create a factory for
Started
elements. - Started - Class in org.opentest4j.reporting.events.root
-
The
started
element of the events namespace. - SUCCESSFUL - org.opentest4j.reporting.events.core.Result.Status
-
The test was successful.
T
- tag(String) - Static method in class org.opentest4j.reporting.events.core.CoreFactory
-
Create a factory for
Tag
elements. - Tag - Class in org.opentest4j.reporting.events.core
-
The
tag
element of the core namespace. - tags() - Static method in class org.opentest4j.reporting.events.core.CoreFactory
-
Create a factory for
Tags
elements. - Tags - Class in org.opentest4j.reporting.events.core
-
The
tags
element of the core namespace. - throwable(Throwable) - Static method in class org.opentest4j.reporting.events.java.JavaFactory
-
Create a factory for
Throwable
elements. - Throwable - Class in org.opentest4j.reporting.events.java
-
The
throwable
element of the Java namespace. - TIME - Static variable in class org.opentest4j.reporting.events.root.Event
-
Qualified name of the
time
attribute of an event. - toString() - Method in class org.opentest4j.reporting.events.api.Element
U
- uriSource(URI) - Static method in class org.opentest4j.reporting.events.core.CoreFactory
-
Create a factory for
UriSource
elements. - UriSource - Class in org.opentest4j.reporting.events.core
-
The
uriSource
element of the core namespace. - userName(String) - Static method in class org.opentest4j.reporting.events.core.CoreFactory
-
Create a factory for
UserName
elements. - UserName - Class in org.opentest4j.reporting.events.core
-
The
userName
element of the core namespace.
V
- valueOf(String) - Static method in enum org.opentest4j.reporting.events.core.Result.Status
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.opentest4j.reporting.events.core.Result.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- withAttribute(QualifiedName, String) - Method in class org.opentest4j.reporting.events.api.Element
-
Add an attribute to this element.
- withCDataSection(String) - Method in class org.opentest4j.reporting.events.api.Element
-
Add a CDATA section to this element.
- withContent(String) - Method in class org.opentest4j.reporting.events.api.Element
-
Add text content to this element.
- withMax(long) - Method in class org.opentest4j.reporting.events.java.HeapSize
-
Set the
max
attribute of this element. - withMethodParameterTypes(String) - Method in class org.opentest4j.reporting.events.java.MethodSource
-
Set the
methodParameterTypes
attribute of this element. - withParentId(String) - Method in class org.opentest4j.reporting.events.root.Started
-
Set the
parentId
attribute of this started event. - withTime(LocalDateTime) - Method in class org.opentest4j.reporting.events.core.Data
-
Set the
time
attribute of this element.
All Classes All Packages