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

public class MoveCatchUpTest extends LightQuickFixParameterizedTestCase {

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

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

}