blob: bb7ce3f2a83821301e898670c3490452d27bb130 [file] [log] [blame]
package com.siyeh.ig.naming;
import com.siyeh.ig.IGInspectionTestCase;
public class UpperCaseFieldNameNotConstantInspectionTest
extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/naming/upper_case_field_name_not_constant",
new UpperCaseFieldNameNotConstantInspection());
}
}