Uses of Class
org.junit.vintage.engine.execution.TestRun.VintageDescriptors
Packages that use TestRun.VintageDescriptors
Package
Description
Internal classes for test execution within the JUnit Vintage test engine.
-
Uses of TestRun.VintageDescriptors in org.junit.vintage.engine.execution
Fields in org.junit.vintage.engine.execution declared as TestRun.VintageDescriptorsModifier and TypeFieldDescriptionprivate static final TestRun.VintageDescriptorsTestRun.VintageDescriptors.NONEFields in org.junit.vintage.engine.execution with type parameters of type TestRun.VintageDescriptorsModifier and TypeFieldDescriptionprivate final Map<org.junit.runner.Description, TestRun.VintageDescriptors> TestRun.descriptionToDescriptorsMethods in org.junit.vintage.engine.execution that return TestRun.VintageDescriptorsModifier and TypeMethodDescription(package private) static TestRun.VintageDescriptorsTestRun.VintageDescriptors.merge(TestRun.VintageDescriptors a, TestRun.VintageDescriptors b) Methods in org.junit.vintage.engine.execution with parameters of type TestRun.VintageDescriptorsModifier and TypeMethodDescription(package private) static TestRun.VintageDescriptorsTestRun.VintageDescriptors.merge(TestRun.VintageDescriptors a, TestRun.VintageDescriptors b) Method parameters in org.junit.vintage.engine.execution with type arguments of type TestRun.VintageDescriptorsModifier and TypeMethodDescriptionprivate Optional<VintageTestDescriptor> TestRun.lookupUnambiguouslyOrApplyFallback(org.junit.runner.Description description, Function<TestRun.VintageDescriptors, Optional<VintageTestDescriptor>> fallback)