public class BjoernBackground
extends java.lang.Object
| Constructor and Description |
|---|
BjoernBackground() |
BjoernBackground(BjoernZGRBackground zgrBackground) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BjoernStatement> |
getGiven() |
java.util.List<BjoernStatement> |
getThen() |
protected java.util.List<BjoernStatement> |
parseStatements(java.util.List<java.lang.String> zgrStatementList,
BDDKeyword keyword) |
void |
setGiven(java.util.List<BjoernStatement> given) |
void |
setThen(java.util.List<BjoernStatement> then) |
java.lang.String |
toString() |
public BjoernBackground(BjoernZGRBackground zgrBackground)
public BjoernBackground()
protected java.util.List<BjoernStatement> parseStatements(java.util.List<java.lang.String> zgrStatementList, BDDKeyword keyword)
public java.util.List<BjoernStatement> getGiven()
public void setGiven(java.util.List<BjoernStatement> given)
public java.util.List<BjoernStatement> getThen()
public void setThen(java.util.List<BjoernStatement> then)
public java.lang.String toString()
toString in class java.lang.Object