Class FailingTestDebuggingTestExecutionListener

  • All Implemented Interfaces:
    org.junit.platform.launcher.TestExecutionListener

    public class FailingTestDebuggingTestExecutionListener
    extends Object
    implements org.junit.platform.launcher.TestExecutionListener
    Provides environment information when a test fails to execute in XWiki's CI environment (i.e. Jenkins), in order to help understanding why the test failed. This is mostly useful for functional tests but it can also be useful for some integration tests (e.g. Greenmail failing to start because its port is already bound by some leftover process, etc).
    Since:
    12.2RC1
    Version:
    $Id: 133d4381c279ce0e4c4fae17d6b6a8ad21539e3d $
    • Constructor Detail

      • FailingTestDebuggingTestExecutionListener

        public FailingTestDebuggingTestExecutionListener()
    • Method Detail

      • executionFinished

        public void executionFinished​(org.junit.platform.launcher.TestIdentifier testIdentifier,
                                      org.junit.platform.engine.TestExecutionResult testExecutionResult)
        Specified by:
        executionFinished in interface org.junit.platform.launcher.TestExecutionListener