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