This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "jbehave-core".
The branch, master has been updated
via 28f364077d38c521d1ae0327afde76dd187d615a (commit)
from d3e09228df0abea571d35e557d535eabb04fa113 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 28f364077d38c521d1ae0327afde76dd187d615a
Author: Mauro Talevi <[email protected]>
Date: Fri Oct 22 01:41:16 2010 +0200
JBEHAVE-372: Added parametrisation of GivenStories.
-----------------------------------------------------------------------
Summary of changes:
...Successful.java => GivenParametrisedStory.java} | 2 +-
.../trader/stories/given_parametrised_story.story | 10 +
.../examples/trader/stories/parametrised.story | 4 +
.../org/jbehave/core/embedder/StoryRunner.java | 200 ++++++++++---------
.../java/org/jbehave/core/model/ExamplesTable.java | 1 +
.../java/org/jbehave/core/model/GivenStories.java | 73 +++++++
.../java/org/jbehave/core/model/GivenStory.java | 63 ++++++
.../main/java/org/jbehave/core/model/Scenario.java | 26 +--
.../org/jbehave/core/parsers/RegexStoryParser.java | 20 +--
.../core/reporters/DelegatingStoryReporter.java | 19 ++-
.../reporters/PostStoryStatisticsCollector.java | 7 +-
.../jbehave/core/reporters/PrintStreamOutput.java | 7 +-
.../core/reporters/SilentSuccessFilter.java | 17 ++-
.../core/reporters/StepFailureDecorator.java | 11 +-
.../org/jbehave/core/reporters/StoryReporter.java | 14 +-
.../core/embedder/StoryRunnerBehaviour.java | 12 +-
.../core/parsers/RegexStoryParserBehaviour.java | 14 +-
.../DelegatingStoryReporterBehaviour.java | 5 +-
.../PostStoryStatisticsCollectorBehaviour.java | 6 +-
.../core/reporters/PrintStreamOutputBehaviour.java | 13 +-
.../reporters/SilentSuccessFilterBehaviour.java | 4 +-
.../reporters/StepFailureDecoratorBehaviour.java | 14 +-
22 files changed, 366 insertions(+), 176 deletions(-)
copy
examples/trader/src/main/java/org/jbehave/examples/trader/stories/{NonSuccessful.java
=> GivenParametrisedStory.java} (61%)
create mode 100644
examples/trader/src/main/java/org/jbehave/examples/trader/stories/given_parametrised_story.story
create mode 100644
examples/trader/src/main/java/org/jbehave/examples/trader/stories/parametrised.story
create mode 100644
jbehave-core/src/main/java/org/jbehave/core/model/GivenStories.java
create mode 100644
jbehave-core/src/main/java/org/jbehave/core/model/GivenStory.java
hooks/post-receive
--
jbehave-core
<hr/>
<p>
To unsubscribe from this list please visit:
</p>
<p>
<a
href="http://xircles.codehaus.org/manage_email">http://xircles.codehaus.org/manage_email</a>