Files
openide/java/java-tests/testSrc/com/intellij/codeInsight/daemon/quickFix/AddRuntimeExceptionToThrowsTest.java
Alexey Kudravtsev 901ef122e4 @Override inserted
2010-09-30 10:35:32 +04:00

15 lines
420 B
Java

package com.intellij.codeInsight.daemon.quickFix;
import com.intellij.codeInsight.daemon.LightIntentionActionTestCase;
/**
* @author ven
*/
public class AddRuntimeExceptionToThrowsTest extends LightIntentionActionTestCase {
public void test() throws Exception { doAllTests(); }
@Override
protected String getBasePath() {
return "/codeInsight/daemonCodeAnalyzer/quickFix/addRuntimeExceptionToThrows";
}
}