@Override
 protected String getBasePath() {
   return PluginPathManager.getPluginHomePathRelative("devkit")
       + "/testData/inspections/statefulEp";
 }
 public static String getTestDataPath() {
   return FileUtil.toSystemIndependentName(PluginPathManager.getPluginHomePathRelative("groovy"))
       + "/testdata/";
 }
 @Override
 protected String getBasePath() {
   return PluginPathManager.getPluginHomePathRelative("devkit")
       + "/testData/navigation/descriptionType";
 }