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

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

    Description: 
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. 



  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. 

We'd 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. 




> Allow resolution of multiple textual scenarios from a single Java scenario
> --------------------------------------------------------------------------
>
>                 Key: JBEHAVE-156
>                 URL: http://jira.codehaus.org/browse/JBEHAVE-156
>             Project: JBehave
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 2.1
>            Reporter: Mauro Talevi
>             Fix For: 2.2
>
>
> 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. 

-- 
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