FailingUponPendingSteps only works for normal steps, it does not do as it
suggests for composite steps
------------------------------------------------------------------------------------------------------
Key: JBEHAVE-588
URL: https://jira.codehaus.org/browse/JBEHAVE-588
Project: JBehave
Issue Type: Bug
Components: Core
Affects Versions: 3.5
Reporter: Paul Hammant
Whereas as mismatching (regex) step text causes PENDING (as expected), then
subsequent job failure for regular given, when or then steps, this the case for
composite steps. E.g. the following ...
{noformat}
@Given ("This matches just fine")
@Composite(steps = ["This matches nothing", "Perhaps this matches, perhaps it
does not"])
public void unimportantMethodName() { }
{noformat}
... does not cause ultimate build failure.
Moreover, the step executer continues to the next step rather than marks that
as NOT PERFORMED as expected. Perhaps the two are related.
--
This message is automatically generated by JIRA.
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