blob: c0d7712f4d5e5747a690e71de1ac5849d5d5b61d [file] [log] [blame]
package com.siyeh.ig.controlflow;
import com.siyeh.ig.IGInspectionTestCase;
public class SwitchStatementDensityInspectionTest extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/controlflow/switch_statement_density", new SwitchStatementDensityInspection());
}
}