Class ExceptionState

java.lang.Object
de.monochromata.cucumber.stepdefs.ExceptionState

public class ExceptionState
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    java.lang.Throwable exception  
  • Constructor Summary

    Constructors
    Constructor Description
    ExceptionState()  
  • Method Summary

    Modifier and Type Method Description
    void catchAll​(org.assertj.core.api.ThrowableAssert.ThrowingCallable body)  

    Methods inherited from class java.lang.Object

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

    • exception

      public java.lang.Throwable exception
  • Constructor Details

    • ExceptionState

      public ExceptionState()
  • Method Details

    • catchAll

      public void catchAll​(org.assertj.core.api.ThrowableAssert.ThrowingCallable body)