com.agilarity.jbehave.StoryPathFinder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jbehave-stories Show documentation
Show all versions of jbehave-stories Show documentation
Make it easier to setup and run JBehave tests
package com.agilarity.jbehave;
import java.util.List;
public interface StoryPathFinder {
List findStoryPaths();
}