summaryrefslogtreecommitdiff
path: root/java/java-tests/testSrc/com/intellij/codeInsight/daemon/quickFix/RenameWrongReferenceTest.java
blob: ae2c847128b3ab11a87054fecc5e48e96ea93b3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package com.intellij.codeInsight.daemon.quickFix;

public class RenameWrongReferenceTest extends LightQuickFixAvailabilityTestCase {

  public void test() throws Exception { doAllTests(); }

  @Override
  protected String getBasePath() {
    return "/codeInsight/daemonCodeAnalyzer/quickFix/renameWrongReference";
  }
}