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

package com.intellij.codeInsight.daemon.quickFix;

public class AddReturnTest extends LightQuickFixTestCase {

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

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

}