Package allurium
Class StepConverter
java.lang.Object
allurium.StepConverter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> voidwrapIntoStep(Callable<T> stepBody, String stepText) static voidwrapIntoStepWithScreenshot(Runnable stepBody, String stepText, UIElement element)
-
Constructor Details
-
StepConverter
public StepConverter()
-
-
Method Details
-
wrapIntoStep
- Throws:
Throwable
-
wrapIntoStepWithScreenshot
-