public abstract class GuiLazyLoadingDescription extends Object implements org.fest.assertions.Description
Description that loads the text to return in the event dispatch thread.| Constructor and Description |
|---|
GuiLazyLoadingDescription() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
loadDescription()
Returns the lazy-loaded text of this description.
|
String |
value()
Executes
in the event dispatch thread. |
public final String value()
loadDescription() in the event dispatch thread.value in interface org.fest.assertions.Description@RunsInCurrentThread protected abstract String loadDescription()
Note: This method is not guaranteed to be executed in the event dispatch thread (EDT.) Clients are responsible for calling this method from the EDT.
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.