blob: c4775ac6e429d5508710dc6e20405877ab8ed9f9 [file] [log] [blame]
package com.siyeh.ig.style;
import com.siyeh.ig.IGInspectionTestCase;
public class UnnecessaryCallToStringValueOfInspectionTest extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/style/unnecessary_valueof",
new UnnecessaryCallToStringValueOfInspection());
}
}