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