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 IterationInfogetIterationInfo()IMockControllergetMockController()java.lang.ThrowablegetThrownException()
-
-
-
Method Detail
-
getIterationInfo
IterationInfo getIterationInfo()
-
getThrownException
java.lang.Throwable getThrownException()
-
getMockController
IMockController getMockController()
-
-