From a04cfe91653e7c8f7e4d401dfd39eb6215ccf9ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 28 Oct 2024 17:16:32 +0100 Subject: [PATCH] test frameworks: add TestFrameworkType type prefix --- topics/appendix/api_notable/api_notable_list_2022.md | 2 +- topics/products/idea/idea.md | 2 +- topics/products/rubymine/rubymine.md | 2 +- topics/products/webstorm/webstorm.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/topics/appendix/api_notable/api_notable_list_2022.md b/topics/appendix/api_notable/api_notable_list_2022.md index e63e23a32..caed56880 100644 --- a/topics/appendix/api_notable/api_notable_list_2022.md +++ b/topics/appendix/api_notable/api_notable_list_2022.md @@ -63,4 +63,4 @@ Unbundled plugins ### Maven Plugin 2022.1 Published Maven Test Framework -: Available as `com.jetbrains.intellij.maven:maven-test-framework` from [](intellij_artifacts.md), See also `Plugin.Maven` test-framework available from [](tools_intellij_platform_gradle_plugin_types.md#TestFrameworkType-Plugin). +: Available as `com.jetbrains.intellij.maven:maven-test-framework` from [](intellij_artifacts.md), See also `TestFrameworkType.Plugin.Maven` test-framework available from [](tools_intellij_platform_gradle_plugin_types.md#TestFrameworkType-Plugin). diff --git a/topics/products/idea/idea.md b/topics/products/idea/idea.md index 88fc097a6..e98b01ae1 100644 --- a/topics/products/idea/idea.md +++ b/topics/products/idea/idea.md @@ -78,6 +78,6 @@ Relevant Extension Points: ### Java Test Framework -To use existing test base classes, add `Plugin.Java` test-framework available from [](tools_intellij_platform_gradle_plugin_types.md#TestFrameworkType-Plugin). +To use existing test base classes, add `TestFrameworkType.Plugin.Java` test-framework available from [](tools_intellij_platform_gradle_plugin_types.md#TestFrameworkType-Plugin). Alternatively, specify `com.jetbrains.intellij.java:java-test-framework:$VERSION$` as `testImplementation` dependency explicitly (see [IntelliJ Platform Artifacts Repositories](intellij_artifacts.md#gradle-example-for-an-individual-module-from-the-intellij-platform)). diff --git a/topics/products/rubymine/rubymine.md b/topics/products/rubymine/rubymine.md index a48a898ae..1f6872eac 100644 --- a/topics/products/rubymine/rubymine.md +++ b/topics/products/rubymine/rubymine.md @@ -81,7 +81,7 @@ Test your plugin with any version of RubyMine you intend to support. ### RubyMine Test Framework -To use existing test base classes, add `Plugin.Ruby` test-framework available from [](tools_intellij_platform_gradle_plugin_types.md#TestFrameworkType-Plugin). +To use existing test base classes, add `TestFrameworkType.Plugin.Ruby` test-framework available from [](tools_intellij_platform_gradle_plugin_types.md#TestFrameworkType-Plugin). Alternatively, specify `com.jetbrains.intellij.idea:ruby-test-framework:$VERSION$` as `testImplementation` dependency explicitly (see [IntelliJ Platform Artifacts Repositories](intellij_artifacts.md#gradle-example-for-an-individual-module-from-the-intellij-platform)). diff --git a/topics/products/webstorm/webstorm.md b/topics/products/webstorm/webstorm.md index a8f9c2ce2..36fe06245 100644 --- a/topics/products/webstorm/webstorm.md +++ b/topics/products/webstorm/webstorm.md @@ -89,7 +89,7 @@ Test your plugin with any version of WebStorm you wish to support. -To use existing test base classes, add `Plugin.JavaScript` test-framework available from [](tools_intellij_platform_gradle_plugin_types.md#TestFrameworkType-Plugin). +To use existing test base classes, add `TestFrameworkType.Plugin.JavaScript` test-framework available from [](tools_intellij_platform_gradle_plugin_types.md#TestFrameworkType-Plugin). Alternatively, specify `com.jetbrains.intellij.javascript:javascript-test-framework:$VERSION$` as `testImplementation` dependency explicitly (see [IntelliJ Platform Artifacts Repositories](intellij_artifacts.md#gradle-example-for-an-individual-module-from-the-intellij-platform)).