Class TestEngineClassTestDescriptor

    • 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 inherited from class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor

        children
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Class<?> getTestClass()  
      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 interface org.junit.platform.engine.TestDescriptor

        accept, getDescendants, getLegacyReportingName, isContainer, isRoot, isTest, mayRegisterTests, prune
    • Constructor Detail

      • TestEngineClassTestDescriptor

        public TestEngineClassTestDescriptor​(org.junit.platform.engine.UniqueId uniqueId,
                                             String displayName,
                                             Class<?> testClass)
    • Method Detail

      • getType

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

        public Class<?> getTestClass()