mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 02:07:50 +08:00
test frameworks: add TestFrameworkType type prefix
This commit is contained in:
parent
6ebf0bae64
commit
a04cfe9165
@ -63,4 +63,4 @@ Unbundled plugins
|
|||||||
### Maven Plugin 2022.1
|
### Maven Plugin 2022.1
|
||||||
|
|
||||||
Published Maven Test Framework
|
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).
|
||||||
|
@ -78,6 +78,6 @@ Relevant Extension Points:
|
|||||||
|
|
||||||
### Java Test Framework
|
### 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)).
|
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)).
|
||||||
|
@ -81,7 +81,7 @@ Test your plugin with any version of RubyMine you intend to support.
|
|||||||
|
|
||||||
### RubyMine Test Framework
|
### 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)).
|
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)).
|
||||||
|
|
||||||
|
@ -89,7 +89,7 @@ Test your plugin with any version of WebStorm you wish to support.
|
|||||||
|
|
||||||
<primary-label ref="2020.3"/>
|
<primary-label ref="2020.3"/>
|
||||||
|
|
||||||
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)).
|
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)).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user