Please raise a JIRA issue for this: http://jbehave.org/how-to-contribute.html

On 03/10/2015 12:28, Irko Kordirko wrote:
I created a custom StepMonitor:
|
privateStepMonitorstp =newNullStepMonitor(){
publicvoidperforming(Stringstep,booleandryRun){
System.err.println("DEBUG - Monitor. Step = "+step);
}
|
and I use it in my configuration:
|
returnnewMostUsefulConfiguration()
................
.useStepMonitor(stp);
|

On version 3,9,5 it works as expected, the result is like this:
|
Scenario:A scenario withsome pending steps
DEBUG -Monitor.Step=GivenI am a pending step
GivenI am a pending step
DEBUG -Monitor.Step=AndI am still pending step
AndI am still pending step
DEBUG -Monitor.Step=Whena good soul will implement me
Whena good soul will implement me
DEBUG -Monitor.Step=ThenI shall be happy
ThenI shall be happy
|

But on version 4.0.4 it doesn't work, I have got:
|
Scenario:A scenario withsome pending steps
GivenI am a pending step

AndI am still pending step

Whena good soul will implement me

ThenI shall be happy
|


--
You received this message because you are subscribed to the Google Groups "JBehave User" group. To unsubscribe from this group and stop receiving emails from it, send an email to jbehave-user+unsubscr...@googlegroups.com <mailto:jbehave-user+unsubscr...@googlegroups.com>. To post to this group, send email to jbehave-user@googlegroups.com <mailto:jbehave-user@googlegroups.com>. To view this discussion on the web, visit https://groups.google.com/d/msgid/jbehave-user/edcb29c4-1be3-450e-bcb3-0d004d528304%40googlegroups.com <https://groups.google.com/d/msgid/jbehave-user/edcb29c4-1be3-450e-bcb3-0d004d528304%40googlegroups.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "JBehave 
User" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jbehave-user+unsubscr...@googlegroups.com.
To post to this group, send an email to jbehave-user@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/jbehave-user/56117E54.10105%40aquilonia.org.
For more options, visit https://groups.google.com/d/optout.

Reply via email to