Rewrite test to kotlin and add use Json format for tests configure

This commit is contained in:
Nikolay Krasko
2013-12-11 17:41:36 +04:00
parent 03e2e6d352
commit c0df908f0e
21 changed files with 254 additions and 216 deletions
@@ -36,6 +36,7 @@ public class PluginTestCaseBase {
private PluginTestCaseBase() {
}
@NotNull
public static String getTestDataPathBase() {
return JetTestCaseBuilder.getHomeDirectory() + TEST_DATA_PROJECT_RELATIVE;
}