public class AllureJunit5
extends java.lang.Object
implements org.junit.platform.launcher.TestExecutionListener
| Constructor and Description |
|---|
AllureJunit5() |
AllureJunit5(io.qameta.allure.AllureLifecycle lifecycle) |
| Modifier and Type | Method and Description |
|---|---|
void |
executionFinished(org.junit.platform.launcher.TestIdentifier testIdentifier,
org.junit.platform.engine.TestExecutionResult testExecutionResult) |
void |
executionStarted(org.junit.platform.launcher.TestIdentifier testIdentifier) |
protected java.lang.String |
getHistoryId(org.junit.platform.launcher.TestIdentifier testIdentifier) |
io.qameta.allure.AllureLifecycle |
getLifecycle() |
protected io.qameta.allure.model.Status |
getStatus(java.lang.Throwable throwable) |
public AllureJunit5(io.qameta.allure.AllureLifecycle lifecycle)
public AllureJunit5()
public io.qameta.allure.AllureLifecycle getLifecycle()
public void executionStarted(org.junit.platform.launcher.TestIdentifier testIdentifier)
executionStarted in interface org.junit.platform.launcher.TestExecutionListenerpublic void executionFinished(org.junit.platform.launcher.TestIdentifier testIdentifier,
org.junit.platform.engine.TestExecutionResult testExecutionResult)
executionFinished in interface org.junit.platform.launcher.TestExecutionListenerprotected io.qameta.allure.model.Status getStatus(java.lang.Throwable throwable)
protected java.lang.String getHistoryId(org.junit.platform.launcher.TestIdentifier testIdentifier)