Class ExecutionResult

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      ExecutionResult​(org.junit.runner.Result result)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Throwable getException()  
      boolean isFailure()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExecutionResult

        public ExecutionResult​(org.junit.runner.Result result)
    • Method Detail

      • getException

        public java.lang.Throwable getException()
      • isFailure

        public boolean isFailure()