Title: [912] trunk/distribution/src/site/content/index.html: Better wording.
Revision
912
Author
mauro
Date
2008-09-01 08:40:07 -0500 (Mon, 01 Sep 2008)

Log Message

Better wording.

Modified Paths


Diff

Modified: trunk/distribution/src/site/content/index.html (911 => 912)

--- trunk/distribution/src/site/content/index.html	2008-09-01 13:37:14 UTC (rev 911)
+++ trunk/distribution/src/site/content/index.html	2008-09-01 13:40:07 UTC (rev 912)
@@ -15,12 +15,12 @@
 
 <p>Features of jBehave 2 include:
 <ul>
-  <li>Scenario runner - runs executable scenarios / acceptance criteria using text-based input, with
-  auto-conversion of string arguments to numbers</li>
+  <li>Scenario runner - runs executable scenarios using text-based input, with auto-conversion of string arguments
+  to any parameter type (including generic types) via custom parameter converters.</li>
+  <li>Scenario steps defined using Java 5 annotations that match the scenarios</li>
   <li>Scenario reporter - outputs scenarios executed in human-readable form</li>
   <li>Scenario can be run as JUnit 4 tests, providing easy integration with your favourite IDE</li>
-  <li>Scenario steps defined using Java 5 annotations that match the scenarios</li>
-  <li>Pending steps auto-generated for which hasnÕt been defined yet so the build is not broken by a missing step</li>
+  <li>Auto-generation of pending steps so the build is not broken by a missing step</li>
   <li>Maven integration Ð allows scenarios to be run at integration-test build phase</li>
 </ul>
 </p>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to