public class AllureJunit5
extends java.lang.Object
implements org.junit.jupiter.api.extension.InvocationInterceptor
| Constructor and Description |
|---|
AllureJunit5() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
buildFailureEvent(java.lang.String type,
java.lang.String uuid,
java.lang.Throwable throwable) |
java.util.Map<java.lang.String,java.lang.String> |
buildStartEvent(java.lang.String type,
java.lang.String uuid,
java.lang.reflect.Method method) |
java.util.Map<java.lang.String,java.lang.String> |
buildStopEvent(java.lang.String type,
java.lang.String uuid) |
void |
interceptAfterAllMethod(org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<java.lang.Void> invocation,
org.junit.jupiter.api.extension.ReflectiveInvocationContext<java.lang.reflect.Method> invocationContext,
org.junit.jupiter.api.extension.ExtensionContext extensionContext) |
void |
interceptAfterEachMethod(org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<java.lang.Void> invocation,
org.junit.jupiter.api.extension.ReflectiveInvocationContext<java.lang.reflect.Method> invocationContext,
org.junit.jupiter.api.extension.ExtensionContext extensionContext) |
void |
interceptBeforeAllMethod(org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<java.lang.Void> invocation,
org.junit.jupiter.api.extension.ReflectiveInvocationContext<java.lang.reflect.Method> invocationContext,
org.junit.jupiter.api.extension.ExtensionContext extensionContext) |
void |
interceptBeforeEachMethod(org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<java.lang.Void> invocation,
org.junit.jupiter.api.extension.ReflectiveInvocationContext<java.lang.reflect.Method> invocationContext,
org.junit.jupiter.api.extension.ExtensionContext extensionContext) |
void |
interceptTestTemplateMethod(org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<java.lang.Void> invocation,
org.junit.jupiter.api.extension.ReflectiveInvocationContext<java.lang.reflect.Method> invocationContext,
org.junit.jupiter.api.extension.ExtensionContext extensionContext) |
protected void |
processFixture(java.lang.String type,
org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<java.lang.Void> invocation,
org.junit.jupiter.api.extension.ReflectiveInvocationContext<java.lang.reflect.Method> invocationContext,
org.junit.jupiter.api.extension.ExtensionContext extensionContext) |
public void interceptTestTemplateMethod(org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<java.lang.Void> invocation,
org.junit.jupiter.api.extension.ReflectiveInvocationContext<java.lang.reflect.Method> invocationContext,
org.junit.jupiter.api.extension.ExtensionContext extensionContext)
throws java.lang.Throwable
interceptTestTemplateMethod in interface org.junit.jupiter.api.extension.InvocationInterceptorjava.lang.Throwablepublic void interceptBeforeAllMethod(org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<java.lang.Void> invocation,
org.junit.jupiter.api.extension.ReflectiveInvocationContext<java.lang.reflect.Method> invocationContext,
org.junit.jupiter.api.extension.ExtensionContext extensionContext)
throws java.lang.Throwable
interceptBeforeAllMethod in interface org.junit.jupiter.api.extension.InvocationInterceptorjava.lang.Throwablepublic void interceptAfterAllMethod(org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<java.lang.Void> invocation,
org.junit.jupiter.api.extension.ReflectiveInvocationContext<java.lang.reflect.Method> invocationContext,
org.junit.jupiter.api.extension.ExtensionContext extensionContext)
throws java.lang.Throwable
interceptAfterAllMethod in interface org.junit.jupiter.api.extension.InvocationInterceptorjava.lang.Throwablepublic void interceptBeforeEachMethod(org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<java.lang.Void> invocation,
org.junit.jupiter.api.extension.ReflectiveInvocationContext<java.lang.reflect.Method> invocationContext,
org.junit.jupiter.api.extension.ExtensionContext extensionContext)
throws java.lang.Throwable
interceptBeforeEachMethod in interface org.junit.jupiter.api.extension.InvocationInterceptorjava.lang.Throwablepublic void interceptAfterEachMethod(org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<java.lang.Void> invocation,
org.junit.jupiter.api.extension.ReflectiveInvocationContext<java.lang.reflect.Method> invocationContext,
org.junit.jupiter.api.extension.ExtensionContext extensionContext)
throws java.lang.Throwable
interceptAfterEachMethod in interface org.junit.jupiter.api.extension.InvocationInterceptorjava.lang.Throwableprotected void processFixture(java.lang.String type,
org.junit.jupiter.api.extension.InvocationInterceptor.Invocation<java.lang.Void> invocation,
org.junit.jupiter.api.extension.ReflectiveInvocationContext<java.lang.reflect.Method> invocationContext,
org.junit.jupiter.api.extension.ExtensionContext extensionContext)
throws java.lang.Throwable
java.lang.Throwablepublic java.util.Map<java.lang.String,java.lang.String> buildStartEvent(java.lang.String type,
java.lang.String uuid,
java.lang.reflect.Method method)
public java.util.Map<java.lang.String,java.lang.String> buildStopEvent(java.lang.String type,
java.lang.String uuid)
public java.util.Map<java.lang.String,java.lang.String> buildFailureEvent(java.lang.String type,
java.lang.String uuid,
java.lang.Throwable throwable)