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