blob: b062826b5f2a335959942b5355637d2e5a13d60d [file] [log] [blame]
package com.siyeh.ig.assignment;
import com.siyeh.ig.IGInspectionTestCase;
public class ReplaceAssignmentWithOperatorAssignmentInspectionTest extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/assignment/replace_assignment_with_operator_assignment",
new ReplaceAssignmentWithOperatorAssignmentInspection());
}
}