Package org.spockframework.builder
Interface IBlueprint
-
- All Known Implementing Classes:
ClosureBlueprint
,DelegatingScriptBlueprint
public interface IBlueprint
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
evaluate()
java.lang.Object
getThisObject()
void
setDelegate(java.lang.Object delegate)
-