Package org.spockframework.lang
Interface ISpecificationContext
- All Known Implementing Classes:
SpecificationContext
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getCurrentSpec
SpecInfo getCurrentSpec() -
getCurrentFeature
FeatureInfo getCurrentFeature() -
getCurrentIteration
IterationInfo getCurrentIteration() -
getThrownException
Throwable getThrownException() -
getMockController
IMockController getMockController()
-