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

public class MoveBoundClassToFrontTest extends LightQuickFixParameterizedTestCase {
  public void test() throws Exception {
    doAllTests();
  }

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