Class EnsureWithTimeout
- java.lang.Object
-
- net.serenitybdd.screenplay.playwright.assertions.EnsureWithTimeout
-
- All Implemented Interfaces:
SkipNested,Performable
public class EnsureWithTimeout extends Object implements Performable
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEnsureWithTimeout(String description, Consumer<Actor> performableOperation, Double timeout)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends Actor>
voidperformAs(T actor)static EnsureWithTimeoutthat(String description, Consumer<Actor> performableOperation)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.serenitybdd.screenplay.Performable
then
-
-
-
-
Method Detail
-
that
public static EnsureWithTimeout that(String description, Consumer<Actor> performableOperation)
-
performAs
public <T extends Actor> void performAs(T actor)
- Specified by:
performAsin interfacePerformable
-
-