public class Adapter
extends java.lang.Object
This class is not part of the TestFX API and is not expected to be useful outside of our specific context.
| Constructor and Description |
|---|
Adapter() |
| Modifier and Type | Method and Description |
|---|---|
static <T> org.assertj.core.api.Condition<? super T> |
fromInverseMatcher(org.hamcrest.Matcher<? extends T> matcher) |
static <T> org.assertj.core.api.Condition<? super T> |
fromMatcher(org.hamcrest.Matcher<? extends T> matcher) |