mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
IntelliJ Platform Gradle Plugin: move TestFrameworkType
from org.jetbrains.intellij.platform.gradle.extensions
to org.jetbrains.intellij.platform.gradle
This commit is contained in:
parent
c3cd927632
commit
7c458079b7
@ -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 {
|
||||
|
@ -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 |
|
||||
|
Loading…
x
Reference in New Issue
Block a user