Uses of Class
org.spockframework.runtime.Condition
Packages that use Condition
-
Uses of Condition in org.spockframework.runtime
Methods in org.spockframework.runtime that return ConditionModifier and TypeMethodDescriptionConditionNotSatisfiedError.getCondition()SpockComparisonFailure.getCondition()Constructors in org.spockframework.runtime with parameters of type ConditionModifierConstructorDescriptionConditionNotSatisfiedError(Condition condition) SpockComparisonFailure(Condition condition, String expected, String actual)