blob: b2cb2d480e4664e41a1d58663d898b285c734d51 [file] [log] [blame]
package com.siyeh.ig.style;
import com.siyeh.ig.IGInspectionTestCase;
public class EqualsCalledonEnumConstantTest extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/style/equals_called_on_enum_constant",
new EqualsCalledOnEnumConstantInspection());
}
}