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