Package | Description |
---|---|
org.jbehave.core.io |
Modifier and Type | Method and Description |
---|---|
static LoadFromRelativeFile.StoryFilePath |
LoadFromRelativeFile.intellijProjectStoryFilePath(java.lang.String relativePath)
Intellij by default, has its PRODUCTION classes in classes/production.
|
static LoadFromRelativeFile.StoryFilePath |
LoadFromRelativeFile.intellijProjectTestStoryFilePath(java.lang.String relativePath)
Intellij by default, has its TEST classes in classes/test.
|
static LoadFromRelativeFile.StoryFilePath |
LoadFromRelativeFile.mavenModuleStoryFilePath(java.lang.String relativePath)
Maven by default, has its PRODUCTION classes in target/classes.
|
static LoadFromRelativeFile.StoryFilePath |
LoadFromRelativeFile.mavenModuleTestStoryFilePath(java.lang.String relativePath)
Maven by default, has its TEST classes in target/test-classes.
|
Constructor and Description |
---|
LoadFromRelativeFile(java.net.URL location,
LoadFromRelativeFile.StoryFilePath... traversals) |
Copyright © 2003-2014. All Rights Reserved.