Class InvocationDescriptor

  • All Implemented Interfaces:
    org.junit.platform.engine.TestDescriptor

    class InvocationDescriptor
    extends org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.junit.platform.engine.TestDescriptor

        org.junit.platform.engine.TestDescriptor.Type, org.junit.platform.engine.TestDescriptor.Visitor
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String legacyReportingName  
      (package private) static java.lang.String SEGMENT_TYPE  
      • Fields inherited from class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor

        children
    • Constructor Summary

      Constructors 
      Constructor Description
      InvocationDescriptor​(org.junit.platform.engine.UniqueId uniqueId, java.lang.String displayName, java.lang.String legacyReportingName, org.junit.platform.engine.support.descriptor.MethodSource source)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLegacyReportingName()  
      org.junit.platform.engine.TestDescriptor.Type getType()  
      • Methods inherited from class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor

        addChild, equals, findByUniqueId, getChildren, getDisplayName, getParent, getSource, getTags, getUniqueId, hashCode, removeChild, removeFromHierarchy, setParent, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.junit.platform.engine.TestDescriptor

        accept, getAncestors, getDescendants, isContainer, isRoot, isTest, mayRegisterTests, prune
    • Field Detail

      • legacyReportingName

        private final java.lang.String legacyReportingName
    • Constructor Detail

      • InvocationDescriptor

        InvocationDescriptor​(org.junit.platform.engine.UniqueId uniqueId,
                             java.lang.String displayName,
                             java.lang.String legacyReportingName,
                             org.junit.platform.engine.support.descriptor.MethodSource source)
    • Method Detail

      • getLegacyReportingName

        public java.lang.String getLegacyReportingName()
      • getType

        public org.junit.platform.engine.TestDescriptor.Type getType()