JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Deprecated
Index
Search
Help
com.serenitybdd.serenityscreenplay
net.serenitybdd.screenplay.facts
Fact
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
setup(Actor)
teardown(Actor)
Interface Fact
public interface
Fact
A Fact is a way of declaring details about an actor. This can be used to setup or teardown test data for the actor.
Method Summary
All Methods
Instance Methods
Abstract Methods
Default Methods
Modifier and Type
Method
Description
void
setup
(
Actor
actor)
default void
teardown
(
Actor
actor)
Method Details
setup
void
setup
(
Actor
actor)
teardown
default
void
teardown
(
Actor
actor)