mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
async structure view: tool window: tests
This commit is contained in:
@@ -58,6 +58,6 @@ public class RestStructureViewTest extends RestFixtureTestCase {
|
||||
|
||||
private void doTest(final String expected) {
|
||||
myFixture.configureByFile("/structureView/" + getTestName(true) + ".rst");
|
||||
myFixture.testStructureView(component -> assertTreeEqual(component.getTree(), expected));
|
||||
myFixture.testStructureView(svc -> assertTreeEqual(svc.getTree(), expected));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user