Class RunnerTestDescriptorPostProcessor

java.lang.Object
org.junit.vintage.engine.discovery.RunnerTestDescriptorPostProcessor

class RunnerTestDescriptorPostProcessor extends Object
Since:
5.5
  • Field Details

  • Constructor Details

    • RunnerTestDescriptorPostProcessor

      RunnerTestDescriptorPostProcessor()
  • Method Details

    • applyFiltersAndCreateDescendants

      void applyFiltersAndCreateDescendants(RunnerTestDescriptor runnerTestDescriptor)
    • addChildrenRecursively

      private void addChildrenRecursively(VintageTestDescriptor parent)
    • determineUniqueIdGenerator

      private IntFunction<String> determineUniqueIdGenerator(String uniqueId, List<org.junit.runner.Description> childrenWithSameUniqueId)