Hi, I found it on the page of the documentation of jbehave-core 3.5.4. Here: http://jbehave.org/reference/stable/javadoc/core/org/jbehave/core/reporters/StoryReporterBuilder.html#withCodeLocation%28java.net.URL%29
Thanks for the answer! Olmo On 16 December 2011 14:58, Mauro Talevi <[email protected]> wrote: > Should be CodeLocations. > > Where did you see StoryLocation? > > On 15/12/2011 14:18, Olmo Rigolo wrote: > > Hi all, > > > I am wondering where to find the method > > *StoryLocation.codeLocationFromFile* > > mentioned here : > > new > StoryReporterBuilder().withCodeLocation(StoryLocation.codeLocationFromFile(new > File("target/classes"))) > .withDefaultFormats().withFormats(TXT, HTML, XML).build(storyPath); > > > > http://jbehave.org/reference/stable/javadoc/core/org/jbehave/core/reporters/StoryReporterBuilder.html#withCodeLocation%28java.net.URL%29 > > in the jbehave-core 3.5.4. > > > Is the documentation up to date? > > Thanks guys! > Olmo > > >
