org.jbehave.core.parser
Interface StoryPathResolver

All Known Implementing Classes:
AbstractStoryPathResolver, CasePreservingResolver, UnderscoredCamelCaseResolver

public interface StoryPathResolver

Resolves story paths converting the Java RunnableStory class to a resource path.


Method Summary
 java.lang.String resolve(java.lang.Class<? extends RunnableStory> storyClass)
           
 

Method Detail

resolve

java.lang.String resolve(java.lang.Class<? extends RunnableStory> storyClass)


Copyright © 2003-2010. All Rights Reserved.