Class TestEngineParameterTestDescriptor

    • 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

      • TestEngineParameterTestDescriptor

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

      • getType

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

        public Class<?> getTestClass()
      • getTestParameter

        public Parameter getTestParameter()