org.spockframework.runtime
Class ConditionNotSatisfiedError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.AssertionError
              extended by org.spockframework.runtime.SpockAssertionError
                  extended by org.spockframework.runtime.ConditionNotSatisfiedError
All Implemented Interfaces:
java.io.Serializable

public class ConditionNotSatisfiedError
extends SpockAssertionError

Author:
Peter Niederwieser
See Also:
Serialized Form

Constructor Summary
ConditionNotSatisfiedError(Condition condition)
           
 
Method Summary
 Condition getCondition()
           
 java.lang.String getMessage()
           
 
Methods inherited from class org.spockframework.runtime.SpockAssertionError
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConditionNotSatisfiedError

public ConditionNotSatisfiedError(Condition condition)
Method Detail

getCondition

public Condition getCondition()

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable


Copyright © 2013. All rights reserved