assertj-swing
assertj-swing copied to clipboard
Fluent assertions for Swing apps
`org.assertj.swing.timing.Pause` has an ExecutorService. It's static and cannot be closed. It means that we have non-daemon threads hanging in there and preventing the JVM to finish. An example is ```java...
Adds a Junit-Jupiter Extension for tests annotated with @GUITest. Tests can now be run with the `@GUITestExtension`. A new module is added: ```xml org.assertj assertj-swing-junit-jupiter ``` Example usage: ```java @ExtendWith(GUITestExtension.class)...
In response to > please don't hesitate to notify us about further migration steps you encounter! > _Source: https://joel-costigliola.github.io/assertj/assertj-swing-migrating.html_ Here are the four additional steps I had to perform when...
Is there a way to start an Application.exe using assertj-swing ?
### 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...
Hi is there any plan to provide something similar to the `GUITestRunner` and `AssertJSwingJUnitTestCase` for JUnit 5? I guess that the corresponding mechanism of `GUITestRunner` would be a Jupiter extension?
The support assertJ-swing is great. When trying to use the library to automate some application level tests like running the application and run tests against it, I found the few...
Hi Joel. First of all, thank you for your very interesting work. I've been using assertJ-core and assertJ-swing for several weeks now (and I like it a lot), but I'm...
Web page have instructions to run assertj-swing tests in hudson (linux and windows) but don´t mention how to do it in more modern CI/CD tools like Jenkins and gitlab.
This provides a utility for setting the 'name' property on any java.awt.Component in the hierarchy of a specified Container. The main use-case of this utility is when dealing with third-party...