Package org.jbehave.core.context
Class Context
- java.lang.Object
-
- org.jbehave.core.context.Context
-
public class Context extends Object
Holds context-related information
-
-
Constructor Summary
Constructors Constructor Description Context()
-
Method Summary
Modifier and Type Method Description String
getCurrentScenario()
String
getCurrentStory()
void
setCurrentScenario(String currentScenario)
void
setCurrentStory(String currentStory)
String
toString()
-