Class RootCause

java.lang.Object
net.thucydides.core.model.failures.RootCause

public class RootCause
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    RootCause()  
  • Method Summary

    Modifier and Type Method Description
    static java.lang.Class<? extends java.lang.Throwable> ofException​(java.lang.Throwable testFailureCause)  

    Methods inherited from class java.lang.Object

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

    • RootCause

      public RootCause()
  • Method Details

    • ofException

      public static java.lang.Class<? extends java.lang.Throwable> ofException​(java.lang.Throwable testFailureCause)