commit 0cf369634ae1c0977afef182360d390d17242a1f
Author: Mauro Talevi <[email protected]>
AuthorDate: Wed, 22 May 2013 01:19:57 +0200
Commit: Mauro Talevi <[email protected]>
CommitDate: Wed, 22 May 2013 01:33:18 +0200
JBEHAVE-905: Added new narrative keyword to templateable output keywords.
diff --git
a/jbehave-core/src/main/java/org/jbehave/core/reporters/TemplateableOutput.java
b/jbehave-core/src/main/java/org/jbehave/core/reporters/TemplateableOutput.java
index 11f8239..4c5d820 100644
---
a/jbehave-core/src/main/java/org/jbehave/core/reporters/TemplateableOutput.java
+++
b/jbehave-core/src/main/java/org/jbehave/core/reporters/TemplateableOutput.java
@@ -237,6 +237,10 @@ public class TemplateableOutput implements StoryReporter {
return keywords.iWantTo();
}
+ public String getSoThat() {
+ return keywords.soThat();
+ }
+
public String getScenario() {
return keywords.scenario();
}