You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test-framework/junit5/src/main/java/io/quarkus/test/junit/launcher/CustomLauncherInterceptor.java
+3-1
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ public <T> T intercept(Invocation<T> invocation) {
40
40
// some for creation of Launcher instances, and some for calls to Launcher.discover(LauncherDiscoveryRequest), Launcher.execute(TestPlan, TestExecutionListener...), and Launcher.execute(LauncherDiscoveryRequest, TestExecutionListener...)
41
41
// We only know why it was called *after* calling invocation.proceed, sadly
42
42
// The Gradle classloading seems to happen immediately after the ConfigSessionListener is triggered, but before the next launch invocation
// Be aware, this method might be called more than once, for different kinds of invocations; especially for Gradle executions, the executions could happen before the TCCL gets constructed and set by JUnitTestRunner
79
81
// We might not be in the same classloader as the Facade ClassLoader, so use a name comparison instead of an instanceof
0 commit comments