-
- All Implemented Interfaces:
-
org.junit.jupiter.api.extension.AfterTestExecutionCallback,org.junit.jupiter.api.extension.Extension
public class TreeOnFailureExtension implements AfterTestExecutionCallbackJUnit5 extension that will collect and output the component tree for the failing test UI.
This can help with identifying a problem that has happened in the test where a component is missing or has faulty data.
-
-
Method Summary
Modifier and Type Method Description voidafterTestExecution(ExtensionContext extensionContext)-
-
Method Detail
-
afterTestExecution
void afterTestExecution(ExtensionContext extensionContext)
-
-
-
-