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
Fix mockClientManager initialization in TelemetryHelperTest for 2025.3
Changed from MockClientManagerExtension (JUnit 5) to MockClientManagerRule
(JUnit 3/4) and manually initialize in setUp() using the Rule pattern.
JUnit 5 @RegisterExtension doesn't work with HeavyPlatformTestCase.
Also fixed MockTelemetryServiceExtension the same way.
Copy file name to clipboardExpand all lines: plugins/amazonq/chat/jetbrains-community/tst/software/aws/toolkits/jetbrains/services/amazonq/TelemetryHelperTest.kt
0 commit comments