Paul Hammant <p...@...> writes:

> 
> No, Context (as I suggested) was executable in a steps class.
>    <at> Context(" once for each browser/os")
>       super.getContext().replaceScenarioExecutor(execr);
>   }
> 
> 
>    <at> Context(" once for each browser/os in parallel")
>   public void eachBrowserInParallel() {
>       eachBrowser();
>       execr.setParallelExecution(true);
>   }

It seems to me that a Given step can be equally used for this purpose.

Unless a Constraint/Context step has other properties, it would seem redundant
wrt to the Given/When/Then paradigm.

Cheers






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

    http://xircles.codehaus.org/manage_email


Reply via email to