- Revision
- 952
- Author
- mauro
- Date
- 2008-09-28 11:36:52 -0500 (Sun, 28 Sep 2008)
Log Message
Undeprecated Scenario to represent suggested entry point for developers - as per list discussion.
Modified Paths
Diff
Modified: trunk/jbehave-core/src/java/org/jbehave/scenario/Scenario.java (951 => 952)
--- trunk/jbehave-core/src/java/org/jbehave/scenario/Scenario.java 2008-09-28 16:33:06 UTC (rev 951) +++ trunk/jbehave-core/src/java/org/jbehave/scenario/Scenario.java 2008-09-28 16:36:52 UTC (rev 952) @@ -4,11 +4,10 @@ /** * <p> - * Scenario is deprecated to allow for support of multiple test frameworks. - * Users should extend a scenario class that supports the desired test framework. + * Scenario represents the suggested entry point for the scenario developers. + * It's a simple extension of JUnitScenario but users can choose to extend + * other abstract implementations of RunnableScenario. * </p> - * - * @deprecated Since 2.1 use JUnitScenario */ public abstract class Scenario extends JUnitScenario {
To unsubscribe from this list please visit: