mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
tools_intellij_platform_gradle_plugin_dependencies_extension.md: clarify "Testing"
This commit is contained in:
parent
28c99ab198
commit
73bad965d6
@ -115,8 +115,8 @@ See also:
|
||||
|
||||
## Testing
|
||||
|
||||
To implement tests for IntelliJ Platform plugin, it is necessary to explicitly add a dependency on the `test-framework` library containing IntelliJ Platform test classes.
|
||||
In most cases, the `Platform.JUnit4` package will be needed:
|
||||
To implement [tests](testing_plugins.md) for IntelliJ Platform plugin, it is necessary to explicitly add a dependency on the `test-framework` library containing the necessary test base classes.
|
||||
In most cases, the `Platform.JUnit4` variant will be used:
|
||||
|
||||
```kotlin
|
||||
import org.jetbrains.intellij.platform.gradle.TestFrameworkType
|
||||
|
Loading…
x
Reference in New Issue
Block a user