blob: 349e6e82d6d6ba7cf051225bef21d70f347e301c [file] [log] [blame]
package com.siyeh.ig.naming;
import com.siyeh.ig.IGInspectionTestCase;
public class ConstantNamingConventionInspectionTest extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/naming/constant_naming_convention", new ConstantNamingConventionInspection());
}
}