Class FailedTest

    • Constructor Summary

      Constructors 
      Constructor Description
      FailedTest​(org.igniterealtime.smack.inttest.SmackIntegrationTestFramework.ConcreteTest concreteTest, long startTime, long endTime, java.util.List<java.lang.String> logMessages, java.lang.Throwable failureReason)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • failureReason

        public final java.lang.Throwable failureReason
    • Constructor Detail

      • FailedTest

        public FailedTest​(org.igniterealtime.smack.inttest.SmackIntegrationTestFramework.ConcreteTest concreteTest,
                          long startTime,
                          long endTime,
                          java.util.List<java.lang.String> logMessages,
                          java.lang.Throwable failureReason)