JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
com.serenitybdd.serenityscreenplay
Package
net.serenitybdd.screenplay.facts
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)