Class InvocationDescriptor

java.lang.Object
org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
org.junit.support.testng.engine.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 final String
     
    (package private) static final String
     

    Fields inherited from class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor

    children
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
     
    org.junit.platform.engine.TestDescriptor.Type
     

    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 Details

  • Constructor Details

    • InvocationDescriptor

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

    • getLegacyReportingName

      public String getLegacyReportingName()
    • getType

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