Uses of Class
org.spockframework.runtime.Condition

Packages that use Condition
org.spockframework.runtime   
 

Uses of Condition in org.spockframework.runtime
 

Methods in org.spockframework.runtime that return Condition
 Condition SpockComparisonFailure.getCondition()
           
 Condition ConditionNotSatisfiedError.getCondition()
           
 

Constructors in org.spockframework.runtime with parameters of type Condition
ConditionNotSatisfiedError(Condition condition)
           
SpockComparisonFailure(Condition condition, java.lang.String expected, java.lang.String actual)
           
 



Copyright © 2013. All rights reserved