Class ParameterizedMethodTestDescriptor

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

    public class ParameterizedMethodTestDescriptor
    extends ExecutableTestDescriptor
    Class to implement a ParameterMethodTestDescriptor
    • Field Detail

    • Method Detail

      • getType

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

        public Optional<org.junit.platform.engine.TestSource> getSource()
        Specified by:
        getSource in interface org.junit.platform.engine.TestDescriptor
        Overrides:
        getSource in class org.junit.platform.engine.support.descriptor.AbstractTestDescriptor
      • getTestMethod

        public Method getTestMethod()
      • getTag

        public String getTag()
      • execute

        public void execute​(org.junit.platform.engine.ExecutionRequest executionRequest)
        Description copied from class: ExecutableTestDescriptor
        Method to execute the test descriptor
        Specified by:
        execute in class ExecutableTestDescriptor
        Parameters:
        executionRequest - executionRequest