Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NAMESPACE

        static org.opentest4j.reporting.schema.Namespace NAMESPACE
    • Constructor Detail

      • JUnitFactory

        private JUnitFactory()
    • 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)