Hitesh Sarda wrote:
Hi,

Here are my experiences with GivenScenarios. I have tried them only in
eclipse and they suck :(

If you have set eclipse to build classes away from the source (say bin
dir) then they do not work...

The GivenScenario test files are searched in the classpath, so you
need to add them to classpath. But if you build classes away from
sources then you can't reasonably add the source folder to classpath.
So I had to manually copy of the scenario text files to my bin folder.

I hope there is a better way to do it, I guess they work better in
automated build.

Personally, I would prefer that the givenscenarios files are searched
relative to the current scenario file.


The GivenScenarios textual files are looked up in the classpath just like any other textual scenario, like the ones associated to Java classes.

So I don't really understand your issue. Could you provide more details, e.g. a sample of your Eclipse project setup?

Cheers


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to