mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
debugging the test
This commit is contained in:
@@ -583,6 +583,11 @@ public interface Test {
|
||||
for (i in 0.."iter".size()) {
|
||||
edt { myFixture.performEditorAction(IdeActions.ACTION_EDITOR_MOVE_CARET_RIGHT) }
|
||||
}
|
||||
if (lookup) {
|
||||
println lookup.items
|
||||
println myFixture.editor.document.text
|
||||
println myFixture.editor.caretModel.offset
|
||||
}
|
||||
assert !lookup
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user