Package allurium.aspects
Class AbstractInputElementAspects
java.lang.Object
allurium.aspects.AbstractInputElementAspects
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstepAssertDisabled(org.aspectj.lang.ProceedingJoinPoint invocation) Intercepts theassertDisabled()method ofAbstractInputElement.voidstepAssertEnabled(org.aspectj.lang.ProceedingJoinPoint invocation) Intercepts theassertEnabled()method ofAbstractInputElement.
-
Constructor Details
-
AbstractInputElementAspects
public AbstractInputElementAspects()
-
-
Method Details
-
stepAssertEnabled
Intercepts theassertEnabled()method ofAbstractInputElement. Logs the assertion for element enablement as a step in Allure reports.- Parameters:
invocation- the join point representing theassertEnabled()method- Throws:
Throwable- if an exception occurs during method execution
-
stepAssertDisabled
Intercepts theassertDisabled()method ofAbstractInputElement. Logs the assertion for element disablement as a step in Allure reports.- Parameters:
invocation- the join point representing theassertDisabled()method- Throws:
Throwable- if an exception occurs during method execution
-