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  f202f071e3321937d98a083ee5408e55248f307b (commit)
       via  fc6ddf20e042136047819b5c1c49af2f4146c275 (commit)
       via  c298906436a68038de0f01ea851016ec64a0a469 (commit)
      from  e34f95a757df66cd3cd2c47d39634e5e7c29d234 (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 f202f071e3321937d98a083ee5408e55248f307b
Author: Mauro Talevi <[email protected]>
Date:   Sat Jun 5 17:12:26 2010 +0100

    JBEHAVE-301:  Renamed embeddedStory flag to givenStory to avoid confusion 
with StoryEmbedder.

commit fc6ddf20e042136047819b5c1c49af2f4146c275
Author: Mauro Talevi <[email protected]>
Date:   Sat Jun 5 17:00:34 2010 +0100

    JBEHAVE-302:  Separated step creation concern from CandidateStep to a 
StepCreator class.

commit c298906436a68038de0f01ea851016ec64a0a469
Author: Mauro Talevi <[email protected]>
Date:   Sat Jun 5 16:38:24 2010 +0100

    JBEHAVE-302:  Renamed StepCreator to StepCollector.

-----------------------------------------------------------------------

Summary of changes:
 .../UnmodifiableStoryConfigurationBehaviour.java   |    6 +-
 .../DelegatingStoryReporterBehaviour.java          |   10 +-
 .../core/reporters/PrintStreamOutputBehaviour.java |    6 +-
 .../reporters/SilentSuccessFilterBehaviour.java    |   10 +-
 .../reporters/StepFailureDecoratorBehaviour.java   |   14 +-
 .../jbehave/core/runner/StoryRunnerBehaviour.java  |  118 +++++-----
 .../jbehave/core/steps/CandidateStepBehaviour.java |   82 +++---
 .../MarkUnmatchedStepsAsPendingBehaviour.java      |   62 +++---
 .../org/jbehave/core/steps/StepsBehaviour.java     |   52 ++--
 .../MostUsefulStoryConfiguration.java              |    6 +-
 .../PropertyBasedStoryConfiguration.java           |    8 +-
 .../core/configuration/StoryConfiguration.java     |   18 +-
 .../UnmodifiableStoryConfiguration.java            |    8 +-
 .../core/reporters/DelegatingStoryReporter.java    |    8 +-
 .../reporters/PostStoryStatisticsCollector.java    |    4 +-
 .../jbehave/core/reporters/PrintStreamOutput.java  |    8 +-
 .../core/reporters/SilentSuccessFilter.java        |   12 +-
 .../core/reporters/StepFailureDecorator.java       |    8 +-
 .../org/jbehave/core/reporters/StoryReporter.java  |    4 +-
 .../java/org/jbehave/core/runner/StoryRunner.java  |   46 ++--
 .../java/org/jbehave/core/steps/CandidateStep.java |  255 ++------------------
 .../org/jbehave/core/steps/CandidateSteps.java     |    8 +-
 .../core/steps/MarkUnmatchedStepsAsPending.java    |   31 ++--
 .../java/org/jbehave/core/steps/StepCollector.java |   23 ++
 .../java/org/jbehave/core/steps/StepCreator.java   |  236 +++++++++++++++++-
 .../main/java/org/jbehave/core/steps/Steps.java    |   16 +-
 26 files changed, 542 insertions(+), 517 deletions(-)
 create mode 100644 
jbehave-core/src/main/java/org/jbehave/core/steps/StepCollector.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>

Reply via email to