protected boolean isWriteActionRequired() {
return false;
}
protected void doTest(int expectedMs) {
PlatformTestUtil.startPerformanceTest("erlang highlighting is slow", expectedMs, new ThrowableRunnable() {
@Override
public void run() throws Throwable {
myFixture.configureByFile(getTestName(false) + ".erl");
myFixture.doHighlighting();
}