2013-07-16 4 views

답변

0

이 여러 이야기를 쓸 수 있습니다 : 당신은 또한 실행하는 이야기를 지정할 수 있습니다

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

.

...asList("**/purchasing-*.story"), null) 

출처 : http://jbehave.org/reference/stable/developing-stories.html#configuring

예를 들어이 모든 구매 이야기를 실행합니다