Skip to content

Commit 171b138

Browse files
committed
fix junit missing classes from initialize-at-buildtime
1 parent 2723791 commit 171b138

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

common/junit-platform-native/src/main/resources/initialize-at-buildtime

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ org.junit.platform.commons.util.StringUtils
6666
org.junit.platform.engine.SelectorResolutionResult
6767
org.junit.platform.engine.support.descriptor.ClassSource
6868
org.junit.platform.engine.support.descriptor.MethodSource
69+
org.junit.platform.engine.support.discovery.EngineDiscoveryRequestResolver
6970
org.junit.platform.engine.support.discovery.SelectorResolver$Resolution
7071
org.junit.platform.engine.support.hierarchical.Node$ExecutionMode
7172
org.junit.platform.engine.support.store.NamespacedHierarchicalStore
@@ -101,12 +102,14 @@ org.junit.platform.launcher.core.ServiceLoaderRegistry
101102
org.junit.platform.launcher.core.ServiceLoaderTestEngineRegistry
102103
org.junit.platform.launcher.core.SessionPerRequestLauncher
103104
org.junit.platform.launcher.EngineDiscoveryResult
105+
org.junit.platform.launcher.EngineDiscoveryResult$Status
104106
org.junit.platform.launcher.LauncherSessionListener$1
105107
org.junit.platform.launcher.listeners.discovery.LauncherDiscoveryListeners$LauncherDiscoveryListenerType
106108
org.junit.platform.launcher.listeners.UniqueIdTrackingListener
107109
org.junit.platform.launcher.TestIdentifier
108110
org.junit.platform.reporting.open.xml.OpenTestReportGeneratingListener
109111
org.junit.platform.reporting.shadow.org.opentest4j.reporting.events.api.DocumentWriter$1
112+
org.junit.platform.suite.engine.ClassSelectorResolver
110113
org.junit.platform.suite.engine.DiscoverySelectorResolver
111114
org.junit.platform.suite.engine.SuiteEngineDescriptor
112115
org.junit.platform.suite.engine.SuiteLauncher

0 commit comments

Comments
 (0)