Support test parallelization in uast tests

This commit is contained in:
Mikhael Bogdanov
2019-04-18 13:56:24 +02:00
parent d1b5c76f09
commit 11e0035254
8 changed files with 27 additions and 3 deletions
@@ -7,8 +7,11 @@ package org.jetbrains.kotlin.checkers
import com.intellij.codeInspection.ex.EntryPointsManagerBase
import com.intellij.testFramework.LightProjectDescriptor
import org.jetbrains.kotlin.test.JUnit3WithIdeaConfigurationRunner
import org.jetbrains.kotlin.test.KotlinTestUtils
import org.junit.runner.RunWith
@RunWith(JUnit3WithIdeaConfigurationRunner::class)
class PsiCheckerCustomTest : AbstractPsiCheckerTest() {
fun testNoUnusedParameterWhenCustom() {
val testAnnotation = "MyTestAnnotation"