Package org.xwiki.test.junit5
Class FailingTestDebuggingTestExecutionListener
- java.lang.Object
-
- org.xwiki.test.junit5.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 Summary
Constructors Constructor Description FailingTestDebuggingTestExecutionListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
executionFinished(org.junit.platform.launcher.TestIdentifier testIdentifier, org.junit.platform.engine.TestExecutionResult testExecutionResult)
-