Package net.serenitybdd.screenplay
package net.serenitybdd.screenplay
-
ClassDescriptionA marker interface to indicate that an actor can perform some ability.Deprecated.Use Interaction insteadAn actor represents the person or system using the application under test.A backend task will report on all nested tasks, but will not generate any screenshots.Consequence<T>Implement this Interface when you wish an
Abilityto be torn down upon calling OnStage.drawTheCurtain()Run a series of Performable tasks in parallel with different actorsA marker class to indicate that a Performable represents a system interaction (action), rather than a business task.An InteractiveConsequence is a convenience class designed to make it easier to write consequences that need to be preceded by actions, for example when performing a number of soft assertions on a page.Iterate<T>A task or action that can be performed by an actor.Question<ANSWER>A convenience method to allow an actor to remember things when performing tasks.Perform a task or sequence of tasks without having it appear in the reports.A marker class to indicate that a Performable represents a higher level business task, rather than a system interaction.Created by john on 16/08/2015.