blob: 54843b5c7dfc8cd6004ec788293f5eee5ce6cada [file] [log] [blame]
package com.siyeh.ig.migration;
import com.siyeh.ig.IGInspectionTestCase;
public class WhileCanBeForeachInspectionTest extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/migration/while_can_be_foreach",
new WhileCanBeForeachInspection());
}
}