Class AllureStepHelper

java.lang.Object
allurium.utilities.AllureStepHelper

public class AllureStepHelper extends Object
  • Constructor Details

    • AllureStepHelper

      public AllureStepHelper()
  • Method Details

    • runAllureAspectStep

      public static void runAllureAspectStep(org.aspectj.lang.ProceedingJoinPoint invocation, String stepName) throws Throwable
      Common helper to wrap an AspectJ around-advice in a single Allure step.
      Parameters:
      invocation - the current join point
      stepName - the final name to show in Allure for this step
      Throws:
      Throwable - so the original method’s exception can propagate