Package org.spockframework.lang
Interface ISpecificationContext
-
- All Known Implementing Classes:
SpecificationContext
@Beta public interface ISpecificationContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IterationInfo
getIterationInfo()
IMockController
getMockController()
java.lang.Throwable
getThrownException()
-
-
-
Method Detail
-
getIterationInfo
IterationInfo getIterationInfo()
-
getThrownException
java.lang.Throwable getThrownException()
-
getMockController
IMockController getMockController()
-
-