assertj-swing
assertj-swing copied to clipboard
Fluent assertions for Swing apps
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....
_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...
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...
_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...
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...
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....
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...
_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[]...
_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...