Uses of Class
org.opentest4j.reporting.events.api.Context
-
Packages that use Context Package Description org.opentest4j.reporting.events.api -
-
Uses of Context in org.opentest4j.reporting.events.api
Methods in org.opentest4j.reporting.events.api with parameters of type Context Modifier and Type Method Description T
Factory. create(Context context)
Create an element using the supplied context.default T
Factory. createAndConfigure(Context context, java.util.function.Consumer<? super T> configurer)
Create and configure an element using the supplied context andconfigurer
.Constructors in org.opentest4j.reporting.events.api with parameters of type Context Constructor Description ChildElement(Context context, org.opentest4j.reporting.schema.QualifiedName qualifiedName)
Create an instance with the supplied context and qualified name.Element(Context context, org.opentest4j.reporting.schema.QualifiedName qualifiedName)
Create an instance with the supplied context and qualified name.
-