Class TestMethodTestDescriptor

All Implemented Interfaces:
MetadataTestDescriptor, org.junit.platform.engine.TestDescriptor

public class TestMethodTestDescriptor extends ExecutableTestDescriptor
Class to implement a MethodTestDescriptor
  • Constructor Details

    • TestMethodTestDescriptor

      public TestMethodTestDescriptor(org.junit.platform.engine.UniqueId uniqueId, String displayName, Class<?> testClass, List<Method> beforeEachMethods, Method testMethod, List<Method> afterEachMethods, Argument<?> testArgument)
      Constructor
      Parameters:
      uniqueId - uniqueId
      displayName - displayName
      testClass - testClass
      beforeEachMethods - beforeEachMethods
      testMethod - testMethod
      afterEachMethods - afterEachMethods
      testArgument - testArgument
  • Method Details