EMPTY_TEXT| Constructor and Description |
|---|
EdtSafeCondition(org.assertj.core.description.Description description)
Creates a new
EdtSafeCondition. |
EdtSafeCondition(String description)
Creates a new
EdtSafeCondition. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test()
Checks if the condition has been satisfied.
|
protected abstract boolean |
testInEDT()
Checks if the condition has been satisfied.
|
descriptionAddendum, done, toStringpublic EdtSafeCondition(@Nonnull String description)
EdtSafeCondition.description - describes this condition.public EdtSafeCondition(@Nullable org.assertj.core.description.Description description)
EdtSafeCondition.description - describes this condition.public final boolean test()
@RunsInEDT protected abstract boolean testInEDT()
true if the condition has been satisfied, otherwise false.Copyright © 2014 AssertJ. All rights reserved.