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
Version segregate TelemetryHelperTest.kt for 2025.3
Replace ProjectExtension with CodeInsightTestFixture approach:
- Use IdeaTestFixtureFactory to create lightweight fixture
- Manual initialization of mock extensions after fixture setup
- Migrate test methods to JUnit naming convention (test prefix)
- Add proper tearDown to clean up mocks and fixture
0 commit comments