blob: 710ed8303fec8c7265fb688c226caa281222dc38 [file] [log] [blame]
package com.siyeh.ig.style;
import com.siyeh.ig.IGInspectionTestCase;
public class SizeReplaceableByIsEmptyInspectionTest extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/style/size_replaceable_by_is_empty", new SizeReplaceableByIsEmptyInspection());
}
}