Uses of Class
org.jbehave.core.io.AbstractStoryPathResolver
Packages that use AbstractStoryPathResolver
-
Uses of AbstractStoryPathResolver in org.jbehave.core.io
Subclasses of AbstractStoryPathResolver in org.jbehave.core.ioModifier and TypeClassDescriptionclassResolves story paths while preserving the Java class case, e.g.: "org.jbehave.core.ICanLogin.java" -> "org/jbehave/core/ICanLogin.story".classResolves story paths converting the camel-cased Java core class to lower-case underscore-separated paths e.g.: "org.jbehave.core.ICanLogin.java" -> "org/jbehave/core/i_can_login.story".