assertj-swing icon indicating copy to clipboard operation
assertj-swing copied to clipboard

Fluent assertions for Swing apps

Results 101 assertj-swing issues
Sort by recently updated
recently updated
newest added

ExpectedException.none() is marked as deprecated but there are so many unit tests which depends on the function. These cases can be rewritten by using `Assert.assertThrows(Class class, ThrowableRunnable run)` There are...

Hi, on java 11 I get the following test warnings due to illegal reflective access: ``` WARNING: Illegal reflective access by org.assertj.swing.dependency.fest_reflect.util.Accessibles$SetAccessibleAction (file:/home/hydrologis/.m2/repository/org/assertj/assertj-swing/3.8.0/assertj-swing-3.8.0.jar) to method javax.swing.SwingUtilities.appContextGet(java.lang.Object) at org.assertj.swing.dependency.fest_reflect.util.Accessibles$SetAccessibleAction.run(Accessibles.java:70) at org.assertj.swing.dependency.fest_reflect.util.Accessibles$SetAccessibleAction.run(Accessibles.java:60)...

bug
Blocker
Java11
Java 12

The project lead @croesch does not have time anymore to maintain the project, therefore we are looking for committers to help. Feel free to get in touch on this issue...

I get failing tests even though my code is fine; the test is failing because `JComboBoxFixture.selectItem()` does not set focus on the ComboBox (as a user action would do). (Background...

#### Summary I’m not able to use basic click functionalities with AssertJ (basically everything related to activating buttons) Opened a [thread](https://stackoverflow.com/questions/53379005/assertj-not-clicking-boxes) about it in STO as well - I’m not...

Java11

When I run a Swing test, I get during the test run the following messages: ... jul. 18,2023 08:12 WARNING Exception thrown by a TimerTask org.assertj.swing.monitor.ProtectingTimerTask ; handleException jul. 18,2023...

Hi, we faced with issue when wrong text typed when QWERTZ locale. We've tried solution from [this issue](https://github.com/assertj/assertj-swing/issues/199) but still have wrong letters - `z` and `y` are swapped.

![image](https://user-images.githubusercontent.com/49770939/196905126-08540cf8-40ba-406b-a98d-24d80525c511.png) What should I do

![image](https://user-images.githubusercontent.com/31165129/185418896-1747f773-baa5-4585-8959-15089f7909a1.png) When using Asserts.assertEquals there is the option to show difference, which is helpful from time to time if you for example test a toString, or other long outputs. ![image](https://user-images.githubusercontent.com/31165129/185418677-c810aca4-0c0e-43de-8803-93e49fa92b3e.png)...