blob: 86be608564f98d13ca69eb1a3618c82c97713156 [file] [log] [blame]
package com.intellij.codeInsight.daemon.quickFix;
public class AddMethodBodyTest extends LightQuickFixParameterizedTestCase {
public void test() throws Exception { doAllTests(); }
@Override
protected String getBasePath() {
return "/codeInsight/daemonCodeAnalyzer/quickFix/addMethodBody";
}
}