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

Fluent assertions for Swing apps

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

This is probably more suited to a mailing list / forum, but the mail list comment appeared to point me here. I have a unit test which tests a dialog....

bug

_Issue by **[Peter Murray](http://jira.codehaus.org/secure/ViewProfile.jspa?name=plm31)** from Tue, 16 Nov 2010 10:12:03 -0600_ _Originally opened as http://jira.codehaus.org/browse/FEST-405_ --- There is currently no way to terminate all the running FEST Swing tests once...

import from fest-swing
Major
Improvement

Given the method waitForIdle from the BasicRobot. It iterates through all queues and waits until the queue is cleared before moving to the next. But given a scenario with queues...

_Issue by **[Alex Ruiz](http://jira.codehaus.org/secure/ViewProfile.jspa?name=alexruiz)** from Thu, 5 Mar 2009 12:23:19 -0600_ _Originally opened as http://jira.codehaus.org/browse/FEST-39_ --- Hi, I think that MouseClickInfo should also encapsulate the key modifiers. Thanks, Csabi Original...

import from fest-swing
New Feature

_Issue by **[Alex Ruiz](http://jira.codehaus.org/secure/ViewProfile.jspa?name=alexruiz)** from Tue, 3 Mar 2009 19:32:11 -0600_ _Originally opened as http://jira.codehaus.org/browse/FEST-28_ --- Hi, Basically I need #check and #uncheck from JCheckBoxFixture. It would be nice to...

import from fest-swing
New Feature
Minor

In issue #4 all assertj-swing tests failing were fixed. But this one still needs to be fixed. Currently all tests just run under en_US, because `KeyStrokeMappingProvider_en_keyStrokeMappings_Test` checks the `en` mapping...

Test

The given code ``` java textField.enterText("azerty"); ``` Works well on a French computer. But on an english computer (like CI for automated tests) it wrotes "querty" wich makes fail test....

New Feature
Major
Improvement

In issue #4 all `assertj-swing` tests failing were fixed. But this one still needs to be fixed. It was originally issued [here](http://code.google.com/p/fest/issues/detail?id=213) And as I analysed this issue isn't working...

bug
enhancement
to be documented
Improvement
Minor

_Issue by **[Morten Breum Mikkelsen](http://jira.codehaus.org/secure/ViewProfile.jspa?name=mortenbreum)** from Sun, 29 Nov 2009 13:36:22 -0600_ _Originally opened as http://jira.codehaus.org/browse/FEST-263_ --- The following code coughs on the exception pasted below: public static void main(String[]...

import from fest-swing
Minor

_Issue by **[Peter Murray](http://jira.codehaus.org/secure/ViewProfile.jspa?name=plm31)** from Wed, 2 Jun 2010 06:26:50 -0500_ _Originally opened as http://jira.codehaus.org/browse/FEST-360_ --- There is a need for a en_GB keystroke mapping provider as part of the...

import from fest-swing
Major