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  c2bf237ea3f0e4fa7a32996b7c4c5fad2a0d38f9 (commit)
       via  8223cfc4ba6b0598eaa5390355c616be600e15f4 (commit)
       via  8716ea5dbfef36ff41a60cb3351eb26898d8f16a (commit)
      from  63dc25a4516bba99592ce46ede32017292685f42 (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 c2bf237ea3f0e4fa7a32996b7c4c5fad2a0d38f9
Author: Mauro Talevi <[email protected]>
Date:   Sun Jun 6 15:41:16 2010 +0100

    Added a successful outcome to the OutcomesTable to show how mixed outcomes 
would be rendered

commit 8223cfc4ba6b0598eaa5390355c616be600e15f4
Author: Mauro Talevi <[email protected]>
Date:   Sun Jun 6 15:32:06 2010 +0100

    JBEHAVE-305:  Added OutcomesTable to allow verification of outcomes and 
reporting in case of failure.

commit 8716ea5dbfef36ff41a60cb3351eb26898d8f16a
Author: Mauro Talevi <[email protected]>
Date:   Sun Jun 6 10:14:14 2010 +0100

    JBEHAVE-304:  Ensured adequate newline tokens are used in the rendering of 
examples table as parameter, in particular in HTML.

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

Summary of changes:
 .../org/jbehave/examples/trader/TraderSteps.java   |   26 ++--
 .../jbehave/core/errors/StepFailureBehaviour.java  |    4 +-
 .../jbehave/core/model/OutcomesTableBehaviour.java |   48 +++++++
 .../core/reporters/PrintStreamOutputBehaviour.java |   21 ++--
 .../reporters/StepFailureDecoratorBehaviour.java   |    8 +-
 .../jbehave/core/steps/CandidateStepBehaviour.java |   23 ++++
 .../java/org/jbehave/core/errors/StepFailure.java  |   12 ++-
 .../java/org/jbehave/core/model/OutcomesTable.java |  130 ++++++++++++++++++++
 .../core/reporters/DelegatingStoryReporter.java    |   11 ++-
 .../org/jbehave/core/reporters/HtmlOutput.java     |   15 ++-
 .../reporters/PostStoryStatisticsCollector.java    |   11 ++-
 .../jbehave/core/reporters/PrintStreamOutput.java  |   45 ++++++-
 .../core/reporters/SilentSuccessFilter.java        |   20 +++-
 .../core/reporters/StepFailureDecorator.java       |    6 +
 .../org/jbehave/core/reporters/StoryReporter.java  |    5 +-
 .../java/org/jbehave/core/reporters/TxtOutput.java |   11 ++
 .../java/org/jbehave/core/reporters/XmlOutput.java |   17 ++-
 .../java/org/jbehave/core/steps/StepCreator.java   |    4 +-
 .../java/org/jbehave/core/steps/StepResult.java    |    7 +-
 .../src/main/resources/style/jbehave-reports.css   |   27 ++++
 20 files changed, 397 insertions(+), 54 deletions(-)
 create mode 100644 
jbehave-core/src/behaviour/java/org/jbehave/core/model/OutcomesTableBehaviour.java
 create mode 100644 
jbehave-core/src/main/java/org/jbehave/core/model/OutcomesTable.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