blob: 71264802382f4713c35e0ffe72664fa1ff68f3a1 [file] [log] [blame]
package com.siyeh.ig.migration;
import com.siyeh.ig.IGInspectionTestCase;
public class StringBufferReplaceableByStringBuilderInspectionTest extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/migration/string_buffer_replaceable_by_string_builder",
new StringBufferReplaceableByStringBuilderInspection());
}
}