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

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

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