Class TestCenterPanel.TestSuite.TestResultListener

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void exceptionOccurred​(java.lang.Exception exception)
      Exception during test execution.
      void resultAvailable​(java.util.Map<java.lang.String,​java.lang.Object> result)
      Result of test execution.
      protected void testFinished​(Testcase result)
      Cleanup after test is finished.
      • Methods inherited from class java.lang.Object

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

      • TestResultListener

        public TestResultListener​(Tuple2<java.lang.String,​IResourceIdentifier> name)
        Create a test result listener
    • Method Detail

      • exceptionOccurred

        public void exceptionOccurred​(java.lang.Exception exception)
        Exception during test execution.
        Specified by:
        exceptionOccurred in interface IFunctionalExceptionListener
        Parameters:
        exception - The exception.
      • resultAvailable

        public void resultAvailable​(java.util.Map<java.lang.String,​java.lang.Object> result)
        Result of test execution.
        Specified by:
        resultAvailable in interface IFunctionalResultListener<java.util.Map<java.lang.String,​java.lang.Object>>
        Parameters:
        result - The result.
      • testFinished

        protected void testFinished​(Testcase result)
        Cleanup after test is finished.