IntelliJ Platform Gradle Plugin: move TestFrameworkType from org.jetbrains.intellij.platform.gradle.extensions to org.jetbrains.intellij.platform.gradle

This commit is contained in:
Jakub Chrzanowski 2024-04-15 14:28:37 +02:00
parent c3cd927632
commit 7c458079b7
No known key found for this signature in database
GPG Key ID: C39095BFD769862E
2 changed files with 3 additions and 1 deletions

View File

@ -119,7 +119,7 @@ To implement tests for IntelliJ Platform plugin, it is necessary to explicitly a
In most cases, the `Platform.JUnit4` package will be needed:
```kotlin
import org.jetbrains.intellij.platform.gradle.extensions.TestFrameworkType
import org.jetbrains.intellij.platform.gradle.TestFrameworkType
dependencies {
intellijPlatform {

View File

@ -180,6 +180,8 @@ See also:
## `TestFrameworkType`
{#TestFrameworkType}
[`TestFrameworkType`](%gh-ijpgp%/src/main/kotlin/org/jetbrains/intellij/platform/gradle/TestFrameworkType.kt)
Allows for adding `test-framework` testing library variants. See [Dependencies Extension: Testing](tools_intellij_platform_gradle_plugin_dependencies_extension.md#testing).
| Name | Coordinates |