blob: 70fe84df782665245044f9fd1f5b0cd3793b328f [file] [log] [blame]
package com.siyeh.ig.style;
import com.siyeh.ig.IGInspectionTestCase;
public class ChainedEqualityInspectionTest extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/style/chained_equality", new ChainedEqualityInspection());
}
}