Hi Siegfried

On 15 févr. 06, at 16:20, Siegfried Goeschl wrote:

to look a little bit closer at testing mobile application I try to set up an Eclipse project for Canoo WebTest to keep me going

I added the following JARs to the Eclipse project

+) servlet-2.3jar
+) rmock-2.0.0-rc-5.jar
+) easymock-2.0.jar

But the compile fails with "The import org.easymock.ParameterMatcher".

I also check easymock-1.3.jar but it also does not contain a ParameterMatcher - am I on the right track?

I recommend to add every jar from WebTest's lib/**/*.jar (to use ant's notation) to the project in the IDE. This let the IDE help with name completion, syntax analysis and simple compilation.
The effective compilation/test cycle is best done with the ant script.

Best
        dna

--
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.
  - Brian Kernighan

_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to