Split DevKit into modules + related changes and fixes

This commit is contained in:
Yaroslav Pankratyev
2018-04-03 19:35:17 +07:00
parent eba8fe5b96
commit 3f3eeec926
660 changed files with 274 additions and 134 deletions

View File

@@ -0,0 +1,6 @@
@com.intellij.testFramework.TestDataPath("$C<caret>ONTENT_ROOT/path")
class ATest extends LightCodeInsightFixtureTestCase {
protected void doTest() {
configureByFile(getTestName(true) + ".java");
}
}