Re: [jbehave-user] Better JUnit reporting result view

2013-10-03 Thread Hans Schwäbli
Hello Andreas, thank you, this works. I had used JUnitReportingRunner.recommandedControls(configuredEmbedder()) in the beginning, but had a StackOverflowError. Now I discovered that I have misplaced this code line. But I get another error now: java.lang.NullPointerException at

Re: [jbehave-user] Better JUnit reporting result view

2013-10-03 Thread Andreas Ebbert-Karroum
Hi Hans, do you mind sharing the scenario for which you get the NPE? A wild guess: You have an empty examples table in that scenario. The jbehave-junit-runner usually works fine for valid scenarios and stories. But, there may be bugs, in case you discover one, it'd be extremely nice, if you raise