Class SpockTimeoutError

All Implemented Interfaces:
Serializable

public class SpockTimeoutError extends SpockAssertionError
Indicates that an operation timed out.
See Also:
  • Constructor Details

    • SpockTimeoutError

      public SpockTimeoutError(double timeout, String message)
    • SpockTimeoutError

      public SpockTimeoutError(double timeout, String message, Throwable cause)
  • Method Details

    • getTimeout

      public double getTimeout()
      Returns the timeout (in seconds).
      Returns:
      the timeout (in seconds)