light_and_heavy_tests.md: mention TestFramework.Plugin.Java explicitly

This commit is contained in:
Yann Cébron 2024-10-28 13:54:43 +01:00
parent 3fcf20f490
commit d242afc466

View File

@ -42,6 +42,10 @@ For 2019.2 and earlier, use [`LightPlatformCodeInsightFixtureTestCase`](%gh-ic-2
<tab title="Plugins using Java PSI"> <tab title="Plugins using Java PSI">
> An explicit dependency on `TestFramework.Plugin.Java` is required, see [test-framework dependencies](tools_intellij_platform_gradle_plugin_dependencies_extension.md#testing).
>
{title="Java Test Framework (2024.2+)"}
For tests that require the [Java PSI](idea.md#java) or related functionality: For tests that require the [Java PSI](idea.md#java) or related functionality:
- [`LightJavaCodeInsightFixtureTestCase`](%gh-ic%/java/testFramework/src/com/intellij/testFramework/fixtures/LightJavaCodeInsightFixtureTestCase.java) for JUnit 3 - [`LightJavaCodeInsightFixtureTestCase`](%gh-ic%/java/testFramework/src/com/intellij/testFramework/fixtures/LightJavaCodeInsightFixtureTestCase.java) for JUnit 3
- [`LightJavaCodeInsightFixtureTestCase4`](%gh-ic%/java/testFramework/src/com/intellij/testFramework/fixtures/LightJavaCodeInsightFixtureTestCase4.kt) for JUnit 4 (2021.1 and later) - [`LightJavaCodeInsightFixtureTestCase4`](%gh-ic%/java/testFramework/src/com/intellij/testFramework/fixtures/LightJavaCodeInsightFixtureTestCase4.kt) for JUnit 4 (2021.1 and later)