Class DefaultTestFinishedEvent

    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultTestFinishedEvent​(java.lang.Object testClassInstance, java.lang.String testMethodName, java.lang.Throwable testFailure)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Throwable getFailure()  
      java.lang.String getTestName()  
      • Methods inherited from class java.lang.Object

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

      • testClassInstance

        private final java.lang.Object testClassInstance
      • testMethodName

        private final java.lang.String testMethodName
      • testFailure

        private final java.lang.Throwable testFailure
    • Constructor Detail

      • DefaultTestFinishedEvent

        public DefaultTestFinishedEvent​(java.lang.Object testClassInstance,
                                        java.lang.String testMethodName,
                                        java.lang.Throwable testFailure)