|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.spockframework.runtime.model.BlockInfo
public class BlockInfo
Runtime information about a block in a method of a Spock specification.
| Constructor Summary | |
|---|---|
BlockInfo()
|
|
| Method Summary | |
|---|---|
BlockKind |
getKind()
|
java.util.List<java.lang.String> |
getTexts()
|
void |
setKind(BlockKind kind)
|
void |
setTexts(java.util.List<java.lang.String> texts)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BlockInfo()
| Method Detail |
|---|
public BlockKind getKind()
public void setKind(BlockKind kind)
public java.util.List<java.lang.String> getTexts()
public void setTexts(java.util.List<java.lang.String> texts)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||