Package org.jbehave.core.embedder
Class StoryTimeouts.StoryTimeout
- java.lang.Object
-
- org.jbehave.core.embedder.StoryTimeouts.StoryTimeout
-
- Enclosing class:
- StoryTimeouts
public static class StoryTimeouts.StoryTimeout extends Object
-
-
Constructor Summary
Constructors Constructor Description StoryTimeout(String timeoutAsString, List<StoryTimeouts.TimeoutParser> parsers)
-
Method Summary
Modifier and Type Method Description boolean
allowedByPath(String path)
String
getPathPattern()
String
getTimeoutAsString()
long
getTimeoutInSecs()
boolean
isDefault()
String
toString()
-
-
-
Constructor Detail
-
StoryTimeout
public StoryTimeout(String timeoutAsString, List<StoryTimeouts.TimeoutParser> parsers)
-
-