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"; } }