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

/**
 * @author ven
 */
public class GenericCreateFromUsageTest extends LightQuickFix15TestCase {

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

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