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 StringgetCurrentScenario()StringgetCurrentStory()voidsetCurrentScenario(String currentScenario)voidsetCurrentStory(String currentStory)StringtoString()
-