blob: 381b7fa3a8ae4e44ced39073d9dcb1c5d88846ea [file] [log] [blame]
package com.siyeh.ig.performance;
import com.siyeh.ig.IGInspectionTestCase;
public class MapReplaceableByEnumMapInspectionTest extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/performance/map_replaceable_by_enum_map",
new MapReplaceableByEnumMapInspection());
}
}