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  ae346f323444ff694376d014970d698994d91218 (commit)
      from  3f57b973c382196dd2597b7731d0bee90202e8ee (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 ae346f323444ff694376d014970d698994d91218
Author: Mauro Talevi <[email protected]>
Date:   Wed Apr 6 14:07:50 2011 +0200

    JBEHAVE-148:  Added PendingStepMethodGenerator to generate method stubs for 
pending steps.  Ensured this happens only for methods that are not matched, and 
not for already generated but @Pending-annotated methods.  pending.story in 
trader example verifies behaviour.

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

Summary of changes:
 .../trader/guice/AnnotatedEmbedderUsingGuice.java  |   18 ++--
 .../guice/AnnotatedEmbedderUsingGuiceAndSteps.java |    7 +-
 .../guice/AnnotatedPathRunnerUsingGuice.java       |   10 +-
 .../InheritingAnnotatedEmbedderUsingSteps.java     |    7 +-
 .../trader/pico/AnnotatedEmbedderUsingPico.java    |   14 ++-
 .../pico/AnnotatedEmbedderUsingPicoAndSteps.java   |    7 +-
 .../trader/pico/AnnotatedPathRunnerUsingPico.java  |    2 +
 .../InheritingAnnotatedEmbedderUsingSteps.java     |    7 +-
 .../trader/pico/TraderStoriesUsingPico.java        |    6 +-
 .../org/jbehave/examples/trader/spring/steps.xml   |    2 +
 .../org/jbehave/examples/trader/TraderStories.java |    3 +-
 .../examples/trader/steps/PendingSteps.java        |   19 ++--
 .../jbehave/examples/trader/stories/pending.story  |   20 +++-
 .../org/jbehave/core/embedder/StoryRunner.java     |   33 +++++-
 .../core/reporters/ConcurrentStoryReporter.java    |   13 ++
 .../core/reporters/DelegatingStoryReporter.java    |   18 ++-
 .../org/jbehave/core/reporters/HtmlOutput.java     |    1 +
 .../jbehave/core/reporters/NullStoryReporter.java  |    3 +
 .../reporters/PostStoryStatisticsCollector.java    |    3 +
 .../jbehave/core/reporters/PrintStreamOutput.java  |    7 +
 .../core/reporters/SilentSuccessFilter.java        |    9 ++
 .../core/reporters/StepFailureDecorator.java       |   12 ++-
 .../org/jbehave/core/reporters/StoryReporter.java  |   12 ++-
 .../java/org/jbehave/core/reporters/XmlOutput.java |    1 +
 .../core/steps/MarkUnmatchedStepsAsPending.java    |  118 +++++++++++---------
 .../core/steps/PendingStepMethodGenerator.java     |  104 +++++++++++++++++
 .../java/org/jbehave/core/steps/StepCandidate.java |    4 +-
 .../java/org/jbehave/core/steps/StepCreator.java   |   98 ++++++++++------
 .../core/reporters/PrintStreamOutputBehaviour.java |   28 +++--
 .../steps/PendingStepMethodGeneratorBehaviour.java |   49 ++++++++
 .../jbehave/core/steps/StepCandidateBehaviour.java |    6 +-
 .../jbehave/core/steps/StepCreatorBehaviour.java   |   11 +-
 .../jbehave/core/steps/StepResultBehaviour.java    |   14 ++-
 .../org/jbehave/core/steps/StepsBehaviour.java     |   13 +-
 34 files changed, 498 insertions(+), 181 deletions(-)
 create mode 100644 
jbehave-core/src/main/java/org/jbehave/core/steps/PendingStepMethodGenerator.java
 create mode 100644 
jbehave-core/src/test/java/org/jbehave/core/steps/PendingStepMethodGeneratorBehaviour.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