Class AbstractInputElementAspects

java.lang.Object
allurium.aspects.AbstractInputElementAspects

public class AbstractInputElementAspects extends Object
  • Constructor Details

    • AbstractInputElementAspects

      public AbstractInputElementAspects()
  • Method Details

    • stepAssertEnabled

      public void stepAssertEnabled(org.aspectj.lang.ProceedingJoinPoint invocation) throws Throwable
      Intercepts the assertEnabled() method of AbstractInputElement. Logs the assertion for element enablement as a step in Allure reports.
      Parameters:
      invocation - the join point representing the assertEnabled() method
      Throws:
      Throwable - if an exception occurs during method execution
    • stepAssertDisabled

      public void stepAssertDisabled(org.aspectj.lang.ProceedingJoinPoint invocation) throws Throwable
      Intercepts the assertDisabled() method of AbstractInputElement. Logs the assertion for element disablement as a step in Allure reports.
      Parameters:
      invocation - the join point representing the assertDisabled() method
      Throws:
      Throwable - if an exception occurs during method execution