Class JUnitFactory
- java.lang.Object
-
- org.junit.platform.reporting.open.xml.JUnitFactory
-
class JUnitFactory extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static org.opentest4j.reporting.schema.Namespace
NAMESPACE
-
Constructor Summary
Constructors Modifier Constructor Description private
JUnitFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static org.opentest4j.reporting.events.api.Factory<LegacyReportingName>
legacyReportingName(java.lang.String legacyReportingName)
(package private) static org.opentest4j.reporting.events.api.Factory<Type>
type(TestDescriptor.Type type)
(package private) static org.opentest4j.reporting.events.api.Factory<UniqueId>
uniqueId(java.lang.String uniqueId)
-
-
-
Method Detail
-
uniqueId
static org.opentest4j.reporting.events.api.Factory<UniqueId> uniqueId(java.lang.String uniqueId)
-
legacyReportingName
static org.opentest4j.reporting.events.api.Factory<LegacyReportingName> legacyReportingName(java.lang.String legacyReportingName)
-
type
static org.opentest4j.reporting.events.api.Factory<Type> type(TestDescriptor.Type type)
-
-