[jbehave-dev] [jira] Updated: (JBEHAVE-156) Allow resolution of multiple textual scenarios from a single Java scenario

2010-03-20 Thread Mauro Talevi (JIRA)

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

Mauro Talevi updated JBEHAVE-156:
-

Fix Version/s: 3.0
   Issue Type: New Feature  (was: Improvement)

 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: New Feature
  Components: Core
Affects Versions: 2.0
Reporter: Mauro Talevi
 Fix For: 3.0


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




[jbehave-dev] [jira] Updated: (JBEHAVE-156) Allow resolution of multiple textual scenarios from a single Java scenario

2009-02-22 Thread Mauro Talevi (JIRA)

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

Mauro Talevi updated JBEHAVE-156:
-

Affects Version/s: (was: 2.1)
   2.3

This feature may or may not be relevant any more - e.g. the JBehave Web Runner 
by-passes the Scenario and uses the Configuration and Steps directly. Still 
useful to discuss if this one-to-one mapping for IDE integration - simple and 
effective - may not be overcome while still preserving the same simplicity and 
effectiveness for scenarios that use the same Steps instance.
 




 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.3
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
 ListString 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




[jbehave-dev] [jira] Updated: (JBEHAVE-156) Allow resolution of multiple textual scenarios from a single Java scenario

2009-02-22 Thread Mauro Talevi (JIRA)

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

Mauro Talevi updated JBEHAVE-156:
-

Affects Version/s: (was: 2.3)
   2.0
Fix Version/s: (was: 2.2)

Bumping out of 2.2 release until consensus is reached on how to approach 
problem.

 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.0
Reporter: Mauro Talevi

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




[jbehave-dev] [jira] Updated: (JBEHAVE-156) Allow resolution of multiple textual scenarios from a single Java scenario

2009-01-24 Thread Mauro Talevi (JIRA)

 [ 
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

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