Class ErrorConvertor

java.lang.Object
net.thucydides.core.steps.ErrorConvertor
All Implemented Interfaces:
java.io.Serializable

public class ErrorConvertor
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Modifier Constructor Description
    protected ErrorConvertor​(java.lang.Throwable throwable)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Throwable convertToAssertion()  
    static ErrorConvertor forError​(java.lang.Throwable throwable)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ErrorConvertor

      protected ErrorConvertor​(java.lang.Throwable throwable)
  • Method Details

    • forError

      public static ErrorConvertor forError​(java.lang.Throwable throwable)
    • convertToAssertion

      public java.lang.Throwable convertToAssertion()