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
 String resolve(Class<? extends RunnableStory> storyClass)
           
 

Method Detail

resolve

String resolve(Class<? extends RunnableStory> storyClass)


Copyright © 2003-2010. All Rights Reserved.