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 43c3e1ca924fc35b6cc48796cf2660e83df58fcb (commit)
via ffd8d4560a60303300501bba4d2aefae66955f36 (commit)
via fabcfb97d28a0334e59d2bdb1be6885107e3f939 (commit)
from 79029c5d845e3dc77c6e368cc6fd417ca5b608d1 (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 43c3e1ca924fc35b6cc48796cf2660e83df58fcb
Author: Mauro Talevi <[email protected]>
Date: Sat Nov 13 20:10:38 2010 +0100
JBEHAVE-387: Allow ExamplesTable to be loaded from external resources.
Introduced interface ResourceLoader (functionally equivalent to StoryLoader)
which may in time replace StoryLoader. To ensure backward compatibiliy the
concrete impls of StoryLoader now also implement ResourceLoader.
commit ffd8d4560a60303300501bba4d2aefae66955f36
Author: Mauro Talevi <[email protected]>
Date: Sat Nov 13 11:37:11 2010 +0100
JBEHAVE-384: Minor cleanup of Daniel Godfrey's contribution.
commit fabcfb97d28a0334e59d2bdb1be6885107e3f939
Author: Daniel Godfrey <[email protected]>
Date: Fri Nov 12 16:37:37 2010 +0000
JBEHAVE-384 Changed order of step execution, so that @BeforeScenario
methods are executed before any GivenStories.
--HG--
branch : JBEHAVE-384
-----------------------------------------------------------------------
Summary of changes:
.../trader/i18n/LocalizedTraderStories.java | 6 +-
.../org/jbehave/examples/trader/TraderStory.java | 20 ++-
....java => TableParameterLoadedFromResource.java} | 3 +-
... => table_parameter_loaded_from_resource.story} | 8 +-
.../jbehave/examples/trader/stories/traders.table | 6 +
.../org/jbehave/core/embedder/StoryRunner.java | 81 ++++++++----
.../org/jbehave/core/io/LoadFromClasspath.java | 17 ++-
.../org/jbehave/core/io/LoadFromRelativeFile.java | 27 ++--
.../main/java/org/jbehave/core/io/LoadFromURL.java | 15 ++-
.../java/org/jbehave/core/io/ResourceLoader.java | 7 +
.../jbehave/core/model/ExamplesTableFactory.java | 55 ++++++++
.../org/jbehave/core/parsers/RegexStoryParser.java | 17 ++-
.../core/steps/MarkUnmatchedStepsAsPending.java | 35 ++---
.../jbehave/core/steps/ParameterConverters.java | 17 +--
.../java/org/jbehave/core/steps/StepCollector.java | 47 ++++++-
.../core/embedder/StoryRunnerBehaviour.java | 146 ++++++++++----------
.../core/model/ExamplesTableFactoryBehaviour.java | 45 ++++++
.../MarkUnmatchedStepsAsPendingBehaviour.java | 30 ++---
.../guice/GuiceAnnotationBuilderBehaviour.java | 2 +-
19 files changed, 386 insertions(+), 198 deletions(-)
copy
examples/trader/src/main/java/org/jbehave/examples/trader/stories/{ClaimsWithNullCalendar.java
=> TableParameterLoadedFromResource.java} (59%)
copy
examples/trader/src/main/java/org/jbehave/examples/trader/stories/{traders_can_be_subset.story
=> table_parameter_loaded_from_resource.story} (64%)
create mode 100644
examples/trader/src/main/java/org/jbehave/examples/trader/stories/traders.table
create mode 100644
jbehave-core/src/main/java/org/jbehave/core/io/ResourceLoader.java
create mode 100644
jbehave-core/src/main/java/org/jbehave/core/model/ExamplesTableFactory.java
create mode 100644
jbehave-core/src/test/java/org/jbehave/core/model/ExamplesTableFactoryBehaviour.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>