Package org.spockframework.runtime
Class ConditionNotSatisfiedError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- java.lang.AssertionError
-
- org.spockframework.runtime.SpockAssertionError
-
- org.spockframework.runtime.ConditionNotSatisfiedError
-
- All Implemented Interfaces:
java.io.Serializable
public class ConditionNotSatisfiedError extends SpockAssertionError
- Author:
- Peter Niederwieser
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConditionNotSatisfiedError(Condition condition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Condition
getCondition()
java.lang.String
getMessage()
-
Methods inherited from class org.spockframework.runtime.SpockAssertionError
toString
-
-