| Package | Description |
|---|---|
| org.assertj.swing.edt |
Ensure that
Component access is done in the event dispatch thread (EDT.) |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
GuiActionRunner.execute(GuiQuery<T> query)
Executes the given query in the event dispatch thread (EDT.) This method waits until the query has finished its
execution.
|
Copyright © 2014 AssertJ. All rights reserved.