Skip to content

Commit eb52764

Browse files
marcphilippdnestoro
authored andcommitted
Add new JUnit 5.14/6.0 types to initialize-at-build-time classes
see junit-team/junit-framework#4582
1 parent f94e6d6 commit eb52764

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ org.junit.platform.commons.logging.LoggerFactory
5858
org.junit.platform.commons.logging.LoggerFactory$DelegatingLogger
5959
org.junit.platform.commons.support.scanning.DefaultClasspathScanner
6060
org.junit.platform.commons.util.ClasspathScanner
61+
org.junit.platform.commons.util.DefaultClasspathScanner
62+
org.junit.platform.commons.util.KotlinReflectionUtils
6163
org.junit.platform.commons.util.LruCache
6264
org.junit.platform.commons.util.ReflectionUtils
6365
org.junit.platform.commons.util.StringUtils
@@ -76,10 +78,12 @@ org.junit.platform.launcher.core.DefaultLauncher
7678
org.junit.platform.launcher.core.DefaultLauncherConfig
7779
org.junit.platform.launcher.core.DiscoveryIssueCollector
7880
org.junit.platform.launcher.core.DiscoveryIssueNotifier
81+
org.junit.platform.launcher.core.DiscoveryIssueNotifier$1
7982
org.junit.platform.launcher.core.EngineDiscoveryOrchestrator
8083
org.junit.platform.launcher.core.EngineExecutionOrchestrator
8184
org.junit.platform.launcher.core.EngineFilterer
8285
org.junit.platform.launcher.core.EngineIdValidator
86+
org.junit.platform.launcher.core.HierarchicalOutputDirectoryCreator
8387
org.junit.platform.launcher.core.HierarchicalOutputDirectoryProvider
8488
org.junit.platform.launcher.core.InternalTestPlan
8589
org.junit.platform.launcher.core.LauncherConfig

0 commit comments

Comments
 (0)