[ 
http://jira.codehaus.org/browse/JBEHAVE-156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mauro Talevi updated JBEHAVE-156:
---------------------------------

    Description: 
I want to be able to run multiple textual stories from the same Java 
RunnableStory, provided they use the same StoryConfiguration and the same 
CandidateSteps instances.

This would avoid the need to define a Java RunnableStory class for each textual 
story.

  was:
As a scenario runner, I want to be able to run multiple textual scenarios from 
the same Java Scenario class, using a single Steps class instance that contains 
all my steps. 

The main refactor (backward-compatible) would be to add a method to 
ScenarioNameResolver

List<String> resolveAll(Class<? extends Scenario> scenarioClass);

which as a special case returns a single path.   In the implementation we'd 
also need to provide some way to configure which textual scenarios are to run.

This would be useful as a start of a web or wiki-based scenario runner. 



        Summary: Allow running of multiple textual stories using a single Java 
RunnableStory   (was: Allow resolution of multiple textual scenarios from a 
single Java scenario)

> Allow running of multiple textual stories using a single Java RunnableStory 
> ----------------------------------------------------------------------------
>
>                 Key: JBEHAVE-156
>                 URL: http://jira.codehaus.org/browse/JBEHAVE-156
>             Project: JBehave
>          Issue Type: New Feature
>          Components: Core
>    Affects Versions: 2.0
>            Reporter: Mauro Talevi
>             Fix For: 3.0
>
>
> I want to be able to run multiple textual stories from the same Java 
> RunnableStory, provided they use the same StoryConfiguration and the same 
> CandidateSteps instances.
> This would avoid the need to define a Java RunnableStory class for each 
> textual story.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to