Mauro Talevi commented on Sub-task JBEHAVE-866

https://github.com/jbehave/jbehave-core/blob/jbehave-4.x/examples/trader/src/main/java/org/jbehave/examples/trader/TraderStories.java

@Override    
protected List<String> storyPaths() {        
    return new StoryFinder().findPaths(codeLocationFromClass(this.getClass()).getFile(), asList("**/*.story"), asList("**/failing_before*.story", "**/given_relative*.story"));    
}

The StoryFinder allows you to control the source and the includes/excludes.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
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

Reply via email to