[jbehave-user] JUnit result is OK although JBehave story failed

2013-11-14 Thread Hans Schwäbli
Is it a normal behavior that the JUnit result sometimes differ from the JBehave result? If I run the stories with as JUnitStories within Eclipse it can be that the JUnit result is green but that there are failures in the JBehave result (steps which failed). If it is not considered normal, I will

[jbehave-user] About a configuration method

2013-11-14 Thread Hans Schwäbli
I would like to ask a question about this method: org.jbehave.core.ConfigurableEmbedder.configuration(). Sometimes errors can occur if always a new instance of this object is returned, for example new report format objects are created. This is why they are constants in