public class MatcherAspect extends Object
Adds matches to Allure Report with correct pass/fail status.
Constructor and Description |
---|
MatcherAspect() |
Modifier and Type | Method and Description |
---|---|
void |
doneMatching(org.aspectj.lang.JoinPoint joinPoint,
boolean result)
doneMatching.
|
void |
hamcrestMatcherMatch()
hamcrestMatcherMatch.
|
void |
startMatching(org.aspectj.lang.JoinPoint joinPoint)
startMatch.
|
public void doneMatching(org.aspectj.lang.JoinPoint joinPoint, boolean result)
doneMatching.
joinPoint
- a JoinPoint
object.result
- a boolean.public void hamcrestMatcherMatch()
hamcrestMatcherMatch.
public void startMatching(org.aspectj.lang.JoinPoint joinPoint)
startMatch.
joinPoint
- a JoinPoint
object.Copyright © 2017–2022 wcm.io QA. All rights reserved.