You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a few lines of code pointing me in a good direction. They assume I already know how to import everything needed. The one minute quick-start doesn't have a runable demo.
I looked in various sub-folders for examples with no luck.
What I expect:
A working example I can run locally to see these things in action for myself? Same way a "how to use [swing feature x]" would have run-able source code. Example, JButton links to this demo.
separately:
the quick-start code assumes I know the title of my frame. As my app is multilingual I can't be sure what translation is running or the name of the frame around the panel I want to test. Can application.start() return the root frame?
The text was updated successfully, but these errors were encountered:
Maybe my assumptions are way off. i'm slowly realizing all classes that are testable in the demos create their own jframes in the default constructor? is that right? How Do I test a class that creates a single jpanel?
What I found/tried:
I am new to AssertJ. I'm reading https://joel-costigliola.github.io/assertj/assertj-swing-input.html
There's a few lines of code pointing me in a good direction. They assume I already know how to import everything needed. The one minute quick-start doesn't have a runable demo.
I looked in various sub-folders for examples with no luck.
What I expect:
A working example I can run locally to see these things in action for myself? Same way a "how to use [swing feature x]" would have run-able source code. Example, JButton links to this demo.
separately:
the quick-start code assumes I know the title of my frame. As my app is multilingual I can't be sure what translation is running or the name of the frame around the panel I want to test. Can application.start() return the root frame?
The text was updated successfully, but these errors were encountered: