added unit test
commit8fd18bcbe462f554ed5830681cd7d2988d57db98
authorBas Leijdekkers <basleijdekkers@gmail.com>
Thu, 12 Feb 2009 14:51:58 +0000 (12 17:51 +0300)
committerBas Leijdekkers <basleijdekkers@gmail.com>
Thu, 12 Feb 2009 14:51:58 +0000 (12 17:51 +0300)
tree8d21926652028cca083a44b489843aaf53bceff4
parentd92c0ef9acf02069752e22f6b0fbc5dbb4d8ba74
added unit test
plugins/InspectionGadgets/src/com/siyeh/ig/controlflow/ForLoopReplaceableByWhileInspection.java
plugins/InspectionGadgets/test/com/siyeh/igtest/controlflow/for_loop_replaceable_by_while/ForLoopReplaceableByWhile.java [new file with mode: 0644]
plugins/InspectionGadgets/test/com/siyeh/igtest/controlflow/for_loop_replaceable_by_while/expected.xml [new file with mode: 0644]
plugins/InspectionGadgets/testsrc/com/siyeh/ig/controlflow/ForLoopReplaceableByWhileInspectionTest.java [new file with mode: 0644]