org.spockframework.runtime
Class SpockTimeoutError

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.SpockTimeoutError
All Implemented Interfaces:
java.io.Serializable

public class SpockTimeoutError
extends SpockAssertionError

See Also:
Serialized Form

Constructor Summary
SpockTimeoutError(int timeoutValue, java.util.concurrent.TimeUnit timeoutUnit, java.lang.String formatString, java.lang.Object... args)
           
 
Method Summary
 java.util.concurrent.TimeUnit getTimeoutUnit()
           
 int getTimeoutValue()
           
 
Methods inherited from class org.spockframework.runtime.SpockAssertionError
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

SpockTimeoutError

public SpockTimeoutError(int timeoutValue,
                         java.util.concurrent.TimeUnit timeoutUnit,
                         java.lang.String formatString,
                         java.lang.Object... args)
Method Detail

getTimeoutValue

public int getTimeoutValue()

getTimeoutUnit

public java.util.concurrent.TimeUnit getTimeoutUnit()


Copyright © 2013. All rights reserved