@@ -2,6 +2,8 @@ org.junit.internal.runners.rules.RuleMemberValidator
22org.junit.jupiter.api.condition.OS
33org.junit.jupiter.api.DisplayNameGenerator$IndicativeSentences
44org.junit.jupiter.api.DisplayNameGenerator$Standard
5+ org.junit.jupiter.api.DisplayNameGenerator$Simple
6+ org.junit.jupiter.api.DisplayNameGenerator$ReplaceUnderscores
57org.junit.jupiter.api.extension.ConditionEvaluationResult
68org.junit.jupiter.api.MethodOrderer$DisplayName
79org.junit.jupiter.api.MethodOrderer$MethodName
@@ -43,8 +45,13 @@ org.junit.jupiter.engine.discovery.MethodSelectorResolver$MethodType
4345org.junit.jupiter.engine.discovery.MethodSelectorResolver$MethodType$1
4446org.junit.jupiter.engine.discovery.MethodSelectorResolver$MethodType$2
4547org.junit.jupiter.engine.discovery.MethodSelectorResolver$MethodType$3
48+ org.junit.jupiter.engine.discovery.predicates.IsInnerClass
49+ org.junit.jupiter.engine.discovery.predicates.IsNestedTestClass
50+ org.junit.jupiter.engine.discovery.predicates.IsTestMethod
51+ org.junit.jupiter.engine.discovery.predicates.IsPotentialTestContainer
4652org.junit.jupiter.engine.discovery.predicates.IsTestClassWithTests
4753org.junit.jupiter.engine.discovery.predicates.IsTestFactoryMethod
54+ org.junit.jupiter.engine.discovery.predicates.IsTestTemplateMethod
4855org.junit.jupiter.engine.execution.ConditionEvaluator
4956org.junit.jupiter.engine.execution.ExecutableInvoker
5057org.junit.jupiter.engine.execution.InterceptingExecutableInvoker
@@ -64,8 +71,10 @@ org.junit.platform.commons.util.LruCache
6471org.junit.platform.commons.util.ReflectionUtils
6572org.junit.platform.commons.util.StringUtils
6673org.junit.platform.engine.SelectorResolutionResult
74+ org.junit.platform.engine.SelectorResolutionResult$Status
6775org.junit.platform.engine.support.descriptor.ClassSource
6876org.junit.platform.engine.support.descriptor.MethodSource
77+ org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver
6978org.junit.platform.engine.support.discovery.SelectorResolver$Resolution
7079org.junit.platform.engine.support.hierarchical.Node$ExecutionMode
7180org.junit.platform.engine.support.store.NamespacedHierarchicalStore
@@ -101,12 +110,14 @@ org.junit.platform.launcher.core.ServiceLoaderRegistry
101110org.junit.platform.launcher.core.ServiceLoaderTestEngineRegistry
102111org.junit.platform.launcher.core.SessionPerRequestLauncher
103112org.junit.platform.launcher.EngineDiscoveryResult
113+ org.junit.platform.launcher.EngineDiscoveryResult$Status
104114org.junit.platform.launcher.LauncherSessionListener$1
105115org.junit.platform.launcher.listeners.discovery.LauncherDiscoveryListeners$LauncherDiscoveryListenerType
106116org.junit.platform.launcher.listeners.UniqueIdTrackingListener
107117org.junit.platform.launcher.TestIdentifier
108118org.junit.platform.reporting.open.xml.OpenTestReportGeneratingListener
109119org.junit.platform.reporting.shadow.org.opentest4j.reporting.events.api.DocumentWriter$1
120+ org.junit.platform.suite.engine.ClassSelectorResolver
110121org.junit.platform.suite.engine.DiscoverySelectorResolver
111122org.junit.platform.suite.engine.SuiteEngineDescriptor
112123org.junit.platform.suite.engine.SuiteLauncher
0 commit comments