Support CONFIGURE_LIBRARY directive in intention tests
Also restore tests for ConvertCamelCaseTestFunctionToSpaced and apply fix for KT-18375
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
// CONFIGURE_LIBRARY: JUnit@lib/junit-4.12.jar
|
||||
import org.junit.Test
|
||||
|
||||
class A {
|
||||
@Test fun <caret>testTwoPlusTwoEqualsFour() {}
|
||||
}
|
||||
|
||||
fun test() {
|
||||
A().testTwoPlusTwoEqualsFour()
|
||||
}
|
||||
Reference in New Issue
Block a user