Support CONFIGURE_LIBRARY directive in intention tests

Also restore tests for ConvertCamelCaseTestFunctionToSpaced
and apply fix for KT-18375
This commit is contained in:
Dmitry Jemerov
2017-06-14 12:09:46 +02:00
parent 4fa75256b7
commit 0e2bdb8e66
12 changed files with 92 additions and 51 deletions
@@ -0,0 +1,8 @@
// CONFIGURE_LIBRARY: JUnit@lib/junit-4.12.jar
// IS_APPLICABLE: false
import org.junit.Test
class A {
@Test fun `<caret>foo bar`() {}
}