blob: 590cdac89b1130683b47c50d0127a0b26fb39e88 [file] [log] [blame]
package com.siyeh.ig.security;
import com.siyeh.ig.IGInspectionTestCase;
public class DesignForExtensionInspectionTest extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/security/design_for_extension", new DesignForExtensionInspection());
}
}