[ 
https://jira.codehaus.org/browse/JBEHAVE-716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mauro Talevi resolved JBEHAVE-716.
----------------------------------

    Resolution: Fixed

@UsingPaths is used by the AnnotatedPathRunner and the paths configured are 
passed to the Embedder runStoriesAsPaths(List<String>) method.

If you want, you can use the annotated builder to get the paths directly from 
the annotation. 

{code}
new AnnotationBuilder(A.class).findPaths()
{code}

We can devise other uses of @UsingPaths but it should be tracked by another 
Jira issue.
                
> Add an optional StoryFinder class element to @UsingPaths annotation
> -------------------------------------------------------------------
>
>                 Key: JBEHAVE-716
>                 URL: https://jira.codehaus.org/browse/JBEHAVE-716
>             Project: JBehave
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Cristiano Gavião
>            Assignee: Mauro Talevi
>              Labels: annotation
>             Fix For: 3.6
>
>
> Currently @UsingPaths is using one fixed instance of StoryFinder class. 
> In order to use a custom StoryFinder class with the annotation, I would like 
> to include an optional storyFinder element in the @UsingPaths annotation.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
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