mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
testFramework
This commit is contained in:
parent
c7799095f6
commit
aca1a500bc
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
.gradle
|
.gradle
|
||||||
.idea
|
.idea
|
||||||
|
.intellijPlatform
|
||||||
.qodana
|
.qodana
|
||||||
build
|
build
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
import org.jetbrains.changelog.Changelog
|
import org.jetbrains.changelog.Changelog
|
||||||
import org.jetbrains.changelog.markdownToHTML
|
import org.jetbrains.changelog.markdownToHTML
|
||||||
|
import org.jetbrains.intellij.platform.gradle.extensions.TestFrameworkType
|
||||||
|
|
||||||
fun properties(key: String) = providers.gradleProperty(key)
|
fun properties(key: String) = providers.gradleProperty(key)
|
||||||
fun environment(key: String) = providers.environmentVariable(key)
|
fun environment(key: String) = providers.environmentVariable(key)
|
||||||
@ -46,6 +47,7 @@ dependencies {
|
|||||||
plugins(properties("platformPlugins").map { it.split(',') })
|
plugins(properties("platformPlugins").map { it.split(',') })
|
||||||
|
|
||||||
instrumentationTools()
|
instrumentationTools()
|
||||||
|
testFramework(TestFrameworkType.Platform.JUnit4)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user