mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
light_and_heavy_tests.md: mention TestFramework.Plugin.Java explicitly
This commit is contained in:
parent
3fcf20f490
commit
d242afc466
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user