debugging the test

This commit is contained in:
peter
2011-07-08 22:51:11 +02:00
parent 4498b5b127
commit 36c706fb29
3 changed files with 25 additions and 1 deletions
@@ -37,6 +37,7 @@ import com.intellij.openapi.extensions.LoadingOrder
import com.intellij.openapi.fileEditor.FileEditorManager
import com.intellij.openapi.progress.ProgressManager
import com.intellij.psi.PsiFile
import com.intellij.codeInsight.lookup.impl.LookupActionHandler
/**
* @author peter
@@ -553,7 +554,15 @@ public interface Test {
}
@Override
protected void tearDown() {
LookupActionHandler.DEBUG = false
super.tearDown()
}
public void testLeftRightMovements() {
LookupActionHandler.DEBUG = true
myFixture.configureByText("a.java", """
class Foo {
void foo(String iterable) {