blob: 901ad0cc48df48da5827c66b5b12ee95ec52061e [file] [log] [blame]
package com.siyeh.ig.performance;
import com.siyeh.ig.IGInspectionTestCase;
public class ManualArrayToCollectionCopyInspectionTest extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/performance/manual_array_to_collection_copy",
new ManualArrayToCollectionCopyInspection());
}
}