mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
Refactors JUnit inspections by moving them to the JVM module and putting them in the `Jvm Languages/Test frameworks` group path. GitOrigin-RevId: 261325aeee56c7de6c39413c6bb76b7be0fb8727
8 lines
219 B
Kotlin
8 lines
219 B
Kotlin
package test
|
|
|
|
import org.junit.jupiter.params.ParameterizedTest
|
|
|
|
object PrivateRule {
|
|
@<warning descr="No sources are provided, the suite would be empty">ParameterizedTest</warning>
|
|
fun testWithParamsNoSource() {}
|
|
} |