-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node assertions? #1
Comments
Hi, |
I assume the |
The asserts only depend on JavaFX Node, so that could be part of this library. How to find a Node is dependent on the testing framework used. We could just document how to do it with various frameworks. So for instance, show the code for the find method that uses TestFX. |
It would be nice to be able to do things like:
(Note that the find method is a little helper method in my TestFX bases abstract base class I use in my UI tests to find a Node)
Are there any plans to provide node assertions?
The text was updated successfully, but these errors were encountered: