Class CombinatorialTestClassDescriptor

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

    public class CombinatorialTestClassDescriptor
    extends 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 Concrete Methods 
      Modifier and Type Method Description
      void accept​(CombinatorialTestDescriptorVisitor visitor)  
      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

      • CombinatorialTestClassDescriptor

        public CombinatorialTestClassDescriptor​(org.junit.platform.engine.TestDescriptor parent,
                                                Class<?> testClass)