Class CombinatorialTestDescriptor

    • 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 Abstract Methods 
      Modifier and Type Method Description
      abstract void accept​(CombinatorialTestDescriptorVisitor visitor)  
      • 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, getType, isContainer, isRoot, isTest, mayRegisterTests, prune
    • Constructor Detail

      • CombinatorialTestDescriptor

        public CombinatorialTestDescriptor​(org.junit.platform.engine.UniqueId uniqueId,
                                           String displayName,
                                           org.junit.platform.engine.TestSource source)
        Creates a new CombinatorialTestDescriptor with the supplied UniqueId, display name, and TestSource
        Parameters:
        uniqueId - the UniqueId of this TestDescriptor
        displayName - the display name of this TestDescriptor
        source - the TestSource of this TestDescriptor