This commit is contained in:
Roman Shevchenko
2011-02-08 12:16:42 +01:00
parent e75d85ba43
commit 7a7d300afb
2 changed files with 10 additions and 14 deletions
@@ -13,15 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/*
* Created by IntelliJ IDEA.
* User: max
* Date: Apr 11, 2002
* Time: 5:18:36 PM
* To change template for new class use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package com.intellij.testFramework;
import com.intellij.ExtensionPoints;
@@ -57,6 +48,11 @@ import org.jetbrains.annotations.NotNull;
import java.io.File;
/*
* User: max
* Date: Apr 11, 2002
* Time: 5:18:36 PM
*/
@SuppressWarnings({"HardCodedStringLiteral"})
public abstract class InspectionTestCase extends PsiTestCase {
private static final Logger LOG = Logger.getInstance("#com.intellij.testFramework.InspectionTestCase");
@@ -13,11 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/*
* User: anna
* Date: 16-Jun-2009
*/
package com.siyeh.ig.fixes.bugs;
import com.intellij.codeInsight.intention.IntentionAction;
@@ -28,6 +23,11 @@ import com.intellij.testFramework.fixtures.*;
import com.siyeh.ig.bugs.CastConflictsWithInstanceofInspection;
import org.junit.Assert;
/*
* User: anna
* Date: 16-Jun-2009
* todo: fix to run on module classpath
*/
public abstract class IGQuickFixesTestCase extends UsefulTestCase {
protected CodeInsightTestFixture myFixture;