Hi, I just removed the previous messages we exchanged on this forum, since they were all in french. As we open this project to the outside world, this group...
Hi, We have a little problem with AbstractUIComponent.assertForegroundEquals() and assertBackgroundEquals(): when no color is set by the application code, the...
I personally prefer your first solution ; it looks easy to implement and elegant (indeed the test code may need to be portable between two platforms) Pascal. ...
Hi, UISpec4J 0.7 has just been published. The change log for this release is available here: http://www.uispec4j.org/changes-report.html I have requested the...
Hi, We are in the process of hosting UISpec4J in the java.net community: https://uispec4j.dev.java.net/ The project is still "pending approval", so we cannot...
... Well, we have been accepted! We are still in the java.net "incubator", we will have to request a promotion to a "real JavaDesktop project" status when we...
Hi, Now that we are hosted on java.net, we can use their issue tracking system to manage bugs, enhancements and features. I have already created issues for...
Hi, we can meet each other during the week in the evening or during the week-end, I have no favorite time. Seb. ... system ... todo.xml ... project so...
Hi, I agree with Pascal. It seems easier to have a planned time each month. Sylvain ... From: "Pratmarty Pascal" <pascal.pratmarty@...> To:...
Sylvain ROUSSEAU
syalve@...
Mar 14, 2005 7:41 pm
79
Hi, In order to keep informed of the project activity, I suggest that everybody subscribe to the CVS and issues mailing lists. This is done from the "Mailing...
Hi, UISpec4J 0.8 has just been published. The change log for this release is available here: http://www.uispec4j.org/changes-report.html Cheers, Régis....
Hi, UISpec4J 0.8 has just been published. The change log for this release is available here: http://www.uispec4j.org/changes-report.html Cheers, Régis....
Hi, UISpec4J 0.9 has just been published. The change log for this release is available here: http://www.uispec4j.org/changes-report.html Cheers, Régis....
Hi, UISpec4J 0.10 has just been published. The change log for this release is available here: http://www.uispec4j.org/changes-report.html Cheers, Régis....
Hi all, I started playing with UISpec4J - tired of the problems with Abbot, and curious about the different approach. My first experience has not been very...
Hi Nascif, Thanks for taking the time to tell us about these issues. ... What problems did you have with Abbot ? I never used it myself, but I thought it was...
... Abbot, and ... I have way too many problems with having reliable "reproducable" unit tests. I run my tests through many different paths - directly from ...
Problem solved - and I tracked it down to how I defined my testcase constructor, which lead to a bad interaction with JUnit. My code was like this: public...
Hi Nascif, ... That was tricky, the JUnit message could have been more explicit. Maybe we should tell them about this issue, or suggest a patch? Do you know...
... Maybe we ... were in ... Sure. The code that creates the problem is this one, from TestSuite.java: static public Test createTest(Class theClass, String...
Hi Nascif, ... It would surely be great to propose this change on a JUnit mailing list, so that it gets integrated into their next release. Will you do it, or...
Hi Regis, ... If you could do it it would be great, thanks. ... Yes. You would give up the compile-time checking for some run-time flexibility. Basically you...
Hi Nascif, On Tue, 09 Aug 2005 01:08:55 +0200, Nascif Abousalh-Neto ... As of release 0.11, there is a "UIComponent findComponent(Class uiComponentClass)"...