Re: [Geotools-devel] FEST GUI unit testing library

2010-05-13 Thread Michael Bedward
Thanks Andrea. I've only played with it briefly so far but it looks very useful. Michael On 13 May 2010 17:18, Andrea Aime wrote: > > Well, it would be a test dependency in a single module (or a limited > number of modules) > > I don't see a problem with that. Happy FEaSTing :-) > > Cheers > And

Re: [Geotools-devel] FEST GUI unit testing library

2010-05-13 Thread Andrea Aime
Michael Bedward ha scritto: > Hi folks, > > For the current work on the swing module I'd like to make use of the > FEST library to test Swing components with JUnit 4.5... > > http://code.google.com/p/fest/ > > It's available from maven central, the jars are relatively small and I > think it only

[Geotools-devel] FEST GUI unit testing library

2010-05-13 Thread Michael Bedward
Hi folks, For the current work on the swing module I'd like to make use of the FEST library to test Swing components with JUnit 4.5... http://code.google.com/p/fest/ It's available from maven central, the jars are relatively small and I think it only pulls in one transitive dependency: commons-c