* @deprecated calling this method is no longer necessary
*/
public static void initPlatformLangPrefix() {
- initPlatformPrefix(IDEA_MARKER_CLASS, "PlatformLangXml");
}
/**
* is NOT present in classpath.
* Also, only the very FIRST call to this method will take effect.
*
- * @param classToTest marker class qualified name e.g. {@link #IDEA_MARKER_CLASS}.
+ * @param classToTest marker class qualified name
* @param prefix platform prefix to be set up if marker class not found in classpath.
* @deprecated calling this method is no longer necessary
*/
@SuppressWarnings("UseOfSystemOutOrSystemErr")
public abstract class UsefulTestCase extends TestCase {
public static final boolean IS_UNDER_TEAMCITY = System.getenv("TEAMCITY_VERSION") != null;
-
+ @Deprecated
public static final String IDEA_MARKER_CLASS = "com.intellij.openapi.roots.IdeaModifiableModelsProvider";
public static final String TEMP_DIR_MARKER = "unitTest_";