Nayan Hajratwala wrote:
OK, i was able to strip down the Trader example to the spot where it
began failing with the exact same error message.
The culprit appears to be the ScenarioReporter. Applying my findings to
the Stock example i submitted, I was able to get it working:
before:
*public* StockPrices() {
*super*(*new* StockSteps());
}
after:
*public* StockPrices() {
*super*(*new* PropertyBasedConfiguration() {
@Override
*public* ScenarioReporter forReportingScenarios() {
*return* *new* PrintStreamScenarioReporter();
}
}, *new* StockSteps());
}
So, this is enough for me to get going, but I don't know why it's
happening, and the docs should probably be updated to reflect this...
Thanks for your help!
Ok, there is an issue with the DecoratingScenarioReporter when running
with table examples (and given scenarios). I'll fix it shortly.
Thanks for the feedback.
Cheers
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email