Class CombinatorialTestMethodDescriptor

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

    public class CombinatorialTestMethodDescriptor
    extends CombinatorialTestDescriptor
    JUnit description of a combinatorial test.
    • 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
    • Constructor Detail

      • CombinatorialTestMethodDescriptor

        public CombinatorialTestMethodDescriptor​(org.junit.platform.engine.TestDescriptor parent,
                                                 Method method)
        Creates a new CombinatorialTestMethodDescriptor with the supplied UniqueId, display name, and TestSource.
        Parameters:
        parent - the descriptor of the parent object in the hierarchy in junit
        method - the actual test method