Uses of Class
org.junit.vintage.engine.execution.TestRun.VintageDescriptors
-
Packages that use TestRun.VintageDescriptors Package Description org.junit.vintage.engine.execution 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.VintageDescriptors Modifier and Type Field Description private static TestRun.VintageDescriptors
TestRun.VintageDescriptors. NONE
Fields in org.junit.vintage.engine.execution with type parameters of type TestRun.VintageDescriptors Modifier and Type Field Description private java.util.Map<org.junit.runner.Description,TestRun.VintageDescriptors>
TestRun. descriptionToDescriptors
Methods in org.junit.vintage.engine.execution that return TestRun.VintageDescriptors Modifier and Type Method Description (package private) static TestRun.VintageDescriptors
TestRun.VintageDescriptors. merge(TestRun.VintageDescriptors a, TestRun.VintageDescriptors b)
Methods in org.junit.vintage.engine.execution with parameters of type TestRun.VintageDescriptors Modifier and Type Method Description (package private) static TestRun.VintageDescriptors
TestRun.VintageDescriptors. merge(TestRun.VintageDescriptors a, TestRun.VintageDescriptors b)
Method parameters in org.junit.vintage.engine.execution with type arguments of type TestRun.VintageDescriptors Modifier and Type Method Description private java.util.Optional<VintageTestDescriptor>
TestRun. lookupUnambiguouslyOrApplyFallback(org.junit.runner.Description description, java.util.function.Function<TestRun.VintageDescriptors,java.util.Optional<VintageTestDescriptor>> fallback)
-