Class APIResponseAssertionsImplAspect
- java.lang.Object
-
- io.github.uchagani.allure.playwright.APIResponseAssertionsImplAspect
-
public class APIResponseAssertionsImplAspect extends Object
-
-
Constructor Summary
Constructors Constructor Description APIResponseAssertionsImplAspect()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapiResponseIsOk()static io.qameta.allure.AllureLifecyclegetLifecycle()static voidsetLifecycle(io.qameta.allure.AllureLifecycle allure)voidstepFailed(Throwable e)voidstepStartApiResponse(org.aspectj.lang.JoinPoint joinPoint)voidstepStop()
-
-
-
Method Detail
-
getLifecycle
public static io.qameta.allure.AllureLifecycle getLifecycle()
-
setLifecycle
public static void setLifecycle(io.qameta.allure.AllureLifecycle allure)
-
apiResponseIsOk
public void apiResponseIsOk()
-
stepStartApiResponse
public void stepStartApiResponse(org.aspectj.lang.JoinPoint joinPoint) throws NoSuchFieldException, IllegalAccessException
-
stepFailed
public void stepFailed(Throwable e)
-
stepStop
public void stepStop()
-
-