Index
All Classes and Interfaces|All Packages
A
- ABORTED - Enum constant in enum 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
entrychild element to this element. - addFilePosition(int, Optional<Integer>) - Method in class org.opentest4j.reporting.events.core.FileSource
-
Add a
filePositionchild element to this element. - addFilePosition(int, Optional<Integer>) - Method in class org.opentest4j.reporting.events.java.ClasspathResourceSource
-
Add a
filePositionchild element to this element. - addFilePosition(int, Optional<Integer>) - Method in class org.opentest4j.reporting.events.java.ClassSource
-
Add a
filePositionchild 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(Factory<C>, Consumer<? super C>) - Method in class org.opentest4j.reporting.events.api.Element
- Appendable<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
Attachmentselements. - Attachments - Class in org.opentest4j.reporting.events.core
-
The
attachmentselement 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,
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
ClasspathResourceSourceelements. - ClasspathResourceSource - Class in org.opentest4j.reporting.events.java
-
The
classpathResourceSourceelement of the Java namespace. - classSource(String) - Static method in class org.opentest4j.reporting.events.java.JavaFactory
-
Create a factory for
ClassSourceelements. - ClassSource - Class in org.opentest4j.reporting.events.java
-
The
classSourceelement 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
CpuCoreselements. - CpuCores - Class in org.opentest4j.reporting.events.core
-
The
cpuCoreselement 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
DocumentWriterfor the event-based reporting format.
D
- data(LocalDateTime) - Static method in class org.opentest4j.reporting.events.core.CoreFactory
-
Create a factory for
Dataelements. - Data - Class in org.opentest4j.reporting.events.core
-
The
dataelement of the core namespace. - directorySource(File) - Static method in class org.opentest4j.reporting.events.core.CoreFactory
-
Create a factory for
DirectorySourceelements. - DirectorySource - Class in org.opentest4j.reporting.events.core
-
The
directorySourceelement of the core namespace. - DocumentWriter<T> - Interface in org.opentest4j.reporting.events.api
-
Writer for documents with a certain root element type.
E
- 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
infrastructureelement. - ELEMENT - Static variable in class org.opentest4j.reporting.events.root.Finished
-
Qualified name of the
finishedelement. - ELEMENT - Static variable in class org.opentest4j.reporting.events.root.Reported
-
Qualified name of the
reportedelement. - ELEMENT - Static variable in class org.opentest4j.reporting.events.root.Started
-
Qualified name of the
startedelement. - 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
eventselement 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 - Enum constant in enum 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
FileEncodingelements. - FileEncoding - Class in org.opentest4j.reporting.events.java
-
The
fileEncodingelement of the Java namespace. - filePosition(int, Optional<Integer>) - Static method in class org.opentest4j.reporting.events.core.CoreFactory
-
Create a factory for
FilePositionelements. - FilePosition<P> - Class in org.opentest4j.reporting.events.core
-
The
filePositionelement of the core namespace. - fileSource(File) - Static method in class org.opentest4j.reporting.events.core.CoreFactory
-
Create a factory for
FileSourceelements. - FileSource - Class in org.opentest4j.reporting.events.core
-
The
fileSourceelement of the core namespace. - finished(String, Instant) - Static method in class org.opentest4j.reporting.events.root.RootFactory
-
Create a factory for
Finishedelements. - Finished - Class in org.opentest4j.reporting.events.root
-
The
finishedelement 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
HeapSizeelements. - HeapSize - Class in org.opentest4j.reporting.events.java
-
The
heapSizeelement of the Java namespace. - hostName(String) - Static method in class org.opentest4j.reporting.events.core.CoreFactory
-
Create a factory for
HostNameelements. - HostName - Class in org.opentest4j.reporting.events.core
-
The
hostNameelement of the core namespace.
I
- ID - Static variable in class org.opentest4j.reporting.events.root.Event
-
Qualified name of the
idattribute of an event. - infrastructure() - Static method in class org.opentest4j.reporting.events.core.CoreFactory
-
Create a factory for
Infrastructureelements. - Infrastructure - Class in org.opentest4j.reporting.events.core
-
The
infrastructureelement 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
JavaVersionelements. - JavaVersion - Class in org.opentest4j.reporting.events.java
-
The
javaVersionelement of the Java namespace.
M
- metadata() - Static method in class org.opentest4j.reporting.events.core.CoreFactory
-
Create a factory for
Metadataelements. - Metadata - Class in org.opentest4j.reporting.events.core
-
The
metadataelement of the core namespace. - methodSource(String, String) - Static method in class org.opentest4j.reporting.events.java.JavaFactory
-
Create a factory for
MethodSourceelements. - MethodSource - Class in org.opentest4j.reporting.events.java
-
The
methodSourceelement 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
OperatingSystemelements. - OperatingSystem - Class in org.opentest4j.reporting.events.core
-
The
operatingSystemelement 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
PackageSourceelements. - PackageSource - Class in org.opentest4j.reporting.events.java
-
The
packageSourceelement of the Java namespace. - PARENT_ID - Static variable in class org.opentest4j.reporting.events.root.Started
-
Qualified name of the
parentIdattribute of a started event.
R
- reason(String) - Static method in class org.opentest4j.reporting.events.core.CoreFactory
-
Create a factory for
Reasonelements. - Reason - Class in org.opentest4j.reporting.events.core
-
The
reasonelement of the core namespace. - reported(String, Instant) - Static method in class org.opentest4j.reporting.events.root.RootFactory
-
Create a factory for
Reportedelements. - Reported - Class in org.opentest4j.reporting.events.root
-
The
reportedelement of the events namespace. - result(Result.Status) - Static method in class org.opentest4j.reporting.events.core.CoreFactory
-
Create a factory for
Resultelements. - Result - Class in org.opentest4j.reporting.events.core
-
The
resultelement of the core namespace. - Result.Status - Enum in org.opentest4j.reporting.events.core
-
Enum of values for the
statusattribute of theresultelement. - RootFactory - Class in org.opentest4j.reporting.events.root
-
Factory for elements of the events namespace.
S
- SKIPPED - Enum constant in enum 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
Sourceselements. - Sources - Class in org.opentest4j.reporting.events.core
-
The
sourceselement of the core namespace. - started(String, Instant, String) - Static method in class org.opentest4j.reporting.events.root.RootFactory
-
Create a factory for
Startedelements. - Started - Class in org.opentest4j.reporting.events.root
-
The
startedelement of the events namespace. - SUCCESSFUL - Enum constant in enum 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
Tagelements. - Tag - Class in org.opentest4j.reporting.events.core
-
The
tagelement of the core namespace. - tags() - Static method in class org.opentest4j.reporting.events.core.CoreFactory
-
Create a factory for
Tagselements. - Tags - Class in org.opentest4j.reporting.events.core
-
The
tagselement of the core namespace. - throwable(Throwable) - Static method in class org.opentest4j.reporting.events.java.JavaFactory
-
Create a factory for
Throwableelements. - Throwable - Class in org.opentest4j.reporting.events.java
-
The
throwableelement of the Java namespace. - TIME - Static variable in class org.opentest4j.reporting.events.root.Event
-
Qualified name of the
timeattribute 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
UriSourceelements. - UriSource - Class in org.opentest4j.reporting.events.core
-
The
uriSourceelement of the core namespace. - userName(String) - Static method in class org.opentest4j.reporting.events.core.CoreFactory
-
Create a factory for
UserNameelements. - UserName - Class in org.opentest4j.reporting.events.core
-
The
userNameelement 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
maxattribute of this element. - withMethodParameterTypes(String) - Method in class org.opentest4j.reporting.events.java.MethodSource
-
Set the
methodParameterTypesattribute of this element. - withParentId(String) - Method in class org.opentest4j.reporting.events.root.Started
-
Set the
parentIdattribute of this started event. - withTime(LocalDateTime) - Method in class org.opentest4j.reporting.events.core.Data
-
Set the
timeattribute of this element.
All Classes and Interfaces|All Packages