blob: 99bdf94a43c6921f30f4b1eb3e917c27a5a91750 [file] [log] [blame]
package com.siyeh.ig.style;
import com.siyeh.ig.IGInspectionTestCase;
public class UnnecessarilyQualifiedStaticUsageInspectionTest
extends IGInspectionTestCase {
public void test() throws Exception {
doTest("com/siyeh/igtest/style/unnecessarily_qualified_static_usage",
new UnnecessarilyQualifiedStaticUsageInspection());
}
}