Package com.intellij.util

Examples of com.intellij.util.ThrowableRunnable


  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();
      }
View Full Code Here

TOP

Related Classes of com.intellij.util.ThrowableRunnable

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.