Skip navigation links
A B C D E F G H I L M N O P Q R S T U V W 

A

A_SHORT_PERIOD_BETWEEN_TRIES - Static variable in class net.serenitybdd.screenplay.EventualConsequence
 
Ability - Interface in net.serenitybdd.screenplay
A marker interface to indicate that an actor can perform some ability.
abilityTo(Class<? extends T>) - Method in class net.serenitybdd.screenplay.Actor
 
AcceptsHints - Interface in net.serenitybdd.screenplay.questions
 
Action - Interface in net.serenitybdd.screenplay
Deprecated.
Use Interaction instead
Actor - Class in net.serenitybdd.screenplay
An actor represents the person or system using the application under test.
Actor(String) - Constructor for class net.serenitybdd.screenplay.Actor
 
ActorAsksQuestion - Class in net.serenitybdd.screenplay.events
 
ActorAsksQuestion(Question) - Constructor for class net.serenitybdd.screenplay.events.ActorAsksQuestion
 
ActorBeginsConsequenceCheckEvent - Class in net.serenitybdd.screenplay.events
 
ActorBeginsConsequenceCheckEvent(String) - Constructor for class net.serenitybdd.screenplay.events.ActorBeginsConsequenceCheckEvent
 
ActorBeginsPerformanceEvent - Class in net.serenitybdd.screenplay.events
 
ActorBeginsPerformanceEvent(String) - Constructor for class net.serenitybdd.screenplay.events.ActorBeginsPerformanceEvent
 
ActorEndsConsequenceCheckEvent - Class in net.serenitybdd.screenplay.events
 
ActorEndsConsequenceCheckEvent(String) - Constructor for class net.serenitybdd.screenplay.events.ActorEndsConsequenceCheckEvent
 
ActorEndsPerformanceEvent - Class in net.serenitybdd.screenplay.events
Created by john on 31/08/2015.
ActorEndsPerformanceEvent(String) - Constructor for class net.serenitybdd.screenplay.events.ActorEndsPerformanceEvent
 
actorNamed(String, Ability...) - Method in class net.serenitybdd.screenplay.actors.Cast
 
ActorPerformanceEvent - Class in net.serenitybdd.screenplay.events
 
ActorPerformanceEvent(String) - Constructor for class net.serenitybdd.screenplay.events.ActorPerformanceEvent
 
ActorPerforms - Class in net.serenitybdd.screenplay.events
 
ActorPerforms(Performable) - Constructor for class net.serenitybdd.screenplay.events.ActorPerforms
 
addHints(Set<Class<? extends QuestionHint>>) - Static method in class net.serenitybdd.screenplay.questions.QuestionHints
 
addNewExamplesFrom(DataTable) - Method in class net.serenitybdd.screenplay.facts.FactLifecycleListener
 
AggregateQuestions - Class in net.serenitybdd.screenplay.questions
 
AggregateQuestions() - Constructor for class net.serenitybdd.screenplay.questions.AggregateQuestions
 
and(Actor) - Static method in class net.serenitybdd.screenplay.GivenWhenThen
 
and(Predicate<? super T>) - Method in class net.serenitybdd.screenplay.questions.NamedPredicate
 
andIfSo(Performable...) - Method in class net.serenitybdd.screenplay.conditions.ConditionalPerformable
 
andQuestion(Question) - Method in class net.serenitybdd.screenplay.QuestionSubject
 
andThat(Actor) - Static method in class net.serenitybdd.screenplay.GivenWhenThen
 
AnnotatedTitle - Class in net.serenitybdd.screenplay.annotations
 
AnonymousInteraction - Class in net.serenitybdd.screenplay
 
AnonymousInteraction(String, List<Performable>) - Constructor for class net.serenitybdd.screenplay.AnonymousInteraction
 
AnonymousPerformable - Class in net.serenitybdd.screenplay
 
AnonymousPerformable(String, List<Performable>) - Constructor for class net.serenitybdd.screenplay.AnonymousPerformable
 
AnonymousPerformableFieldSetter<T extends AnonymousPerformable> - Class in net.serenitybdd.screenplay
 
AnonymousPerformableFieldSetter(T, String) - Constructor for class net.serenitybdd.screenplay.AnonymousPerformableFieldSetter
 
AnonymousTask - Class in net.serenitybdd.screenplay
 
AnonymousTask(String, List<Performable>) - Constructor for class net.serenitybdd.screenplay.AnonymousTask
 
answeredBy(Actor) - Method in interface net.serenitybdd.screenplay.Question
 
answeredBy(Actor) - Method in class net.serenitybdd.screenplay.questions.CountQuestion
 
answeredBy(Actor) - Method in class net.serenitybdd.screenplay.questions.MaxQuestion
 
answeredBy(Actor) - Method in class net.serenitybdd.screenplay.questions.MinQuestion
 
answeredBy(Actor) - Method in class net.serenitybdd.screenplay.questions.Remembered
 
answeredBy(Actor) - Method in class net.serenitybdd.screenplay.questions.ReverseQuestion
 
answeredBy(Actor) - Method in class net.serenitybdd.screenplay.questions.SortedQuestion
 
answeredBy(Actor) - Method in class net.serenitybdd.screenplay.questions.SumQuestion
 
apply(Set<Class<? extends QuestionHint>>) - Method in interface net.serenitybdd.screenplay.questions.AcceptsHints
 
asActor(Actor) - Method in interface net.serenitybdd.screenplay.RefersToActor
 
asksFor(Question<ANSWER>) - Method in class net.serenitybdd.screenplay.Actor
 
asksFor(Question<ANSWER>) - Method in interface net.serenitybdd.screenplay.PerformsTasks
 
assignAbilityToActor(Actor, String) - Method in class net.serenitybdd.screenplay.EventBusInterface
 
assignDescriptionToActor(String) - Method in class net.serenitybdd.screenplay.Actor
 
assignFactToActor(Actor, String) - Method in class net.serenitybdd.screenplay.EventBusInterface
 
assumptionViolated(String) - Method in class net.serenitybdd.screenplay.facts.FactLifecycleListener
 
aStepHasFailed() - Method in class net.serenitybdd.screenplay.EventBusInterface
 
aStepHasFailedInTheCurrentExample() - Method in class net.serenitybdd.screenplay.EventBusInterface
 
attemptsTo(Performable...) - Method in class net.serenitybdd.screenplay.Actor
 
attemptsTo(T...) - Method in interface net.serenitybdd.screenplay.PerformsTasks
 

B

BaseConsequence<T> - Class in net.serenitybdd.screenplay
 
BaseConsequence() - Constructor for class net.serenitybdd.screenplay.BaseConsequence
 
because(String) - Method in class net.serenitybdd.screenplay.BaseConsequence
 
because(String) - Method in interface net.serenitybdd.screenplay.Consequence
 
because(String) - Method in class net.serenitybdd.screenplay.EventualConsequence
 
beginConsequenceCheck() - Method in class net.serenitybdd.screenplay.ConsequenceListener
 
BooleanQuestionConsequence<T> - Class in net.serenitybdd.screenplay
 
BooleanQuestionConsequence(Question<Boolean>) - Constructor for class net.serenitybdd.screenplay.BooleanQuestionConsequence
 
BooleanQuestionConsequence(String, Question<Boolean>) - Constructor for class net.serenitybdd.screenplay.BooleanQuestionConsequence
 
but(Actor) - Static method in class net.serenitybdd.screenplay.GivenWhenThen
 

C

can(T) - Method in class net.serenitybdd.screenplay.Actor
 
can(Consequence...) - Method in class net.serenitybdd.screenplay.Actor
 
Cast - Class in net.serenitybdd.screenplay.actors
Provide simple support for managing Screenplay actors in Cucumber-JVM or JBehave
Cast(Ability[]) - Constructor for class net.serenitybdd.screenplay.actors.Cast
 
Cast(Consumer<Actor>...) - Constructor for class net.serenitybdd.screenplay.actors.Cast
 
castActor(String) - Static method in class net.serenitybdd.screenplay.EventBusInterface
 
Check - Class in net.serenitybdd.screenplay.conditions
 
Check() - Constructor for class net.serenitybdd.screenplay.conditions.Check
 
Complaint - Class in net.serenitybdd.screenplay
 
Complaint() - Constructor for class net.serenitybdd.screenplay.Complaint
 
ConditionalPerformable - Class in net.serenitybdd.screenplay.conditions
 
ConditionalPerformable() - Constructor for class net.serenitybdd.screenplay.conditions.ConditionalPerformable
 
ConditionalPerformableOnBoolean - Class in net.serenitybdd.screenplay.conditions
 
ConditionalPerformableOnBoolean(Boolean) - Constructor for class net.serenitybdd.screenplay.conditions.ConditionalPerformableOnBoolean
 
ConditionalPerformableOnQuestion - Class in net.serenitybdd.screenplay.conditions
 
ConditionalPerformableOnQuestion(Question<Boolean>) - Constructor for class net.serenitybdd.screenplay.conditions.ConditionalPerformableOnQuestion
 
Consequence<T> - Interface in net.serenitybdd.screenplay
 
ConsequenceGroup<T> - Class in net.serenitybdd.screenplay.questions
 
ConsequenceGroup(Question<?>) - Constructor for class net.serenitybdd.screenplay.questions.ConsequenceGroup
 
ConsequenceListener - Class in net.serenitybdd.screenplay
 
ConsequenceListener(EventBusInterface) - Constructor for class net.serenitybdd.screenplay.ConsequenceListener
 
CountQuestion - Class in net.serenitybdd.screenplay.questions
 
CountQuestion(Question<? extends Collection>) - Constructor for class net.serenitybdd.screenplay.questions.CountQuestion
 

D

describedAs(String) - Method in class net.serenitybdd.screenplay.Actor
 
disableSoftAsserts() - Method in class net.serenitybdd.screenplay.EventBusInterface
 
dismissAll() - Method in class net.serenitybdd.screenplay.actors.Cast
 
drawTheCurtain() - Static method in class net.serenitybdd.screenplay.actors.OnStage
 
drawTheCurtain() - Method in class net.serenitybdd.screenplay.actors.Stage
 

E

enableSoftAsserts() - Method in class net.serenitybdd.screenplay.EventBusInterface
 
endConsequenceCheck() - Method in class net.serenitybdd.screenplay.ConsequenceListener
 
entersTheScene() - Method in class net.serenitybdd.screenplay.Actor
A method used to declare that an actor is now the actor in the spotlight, without having them perform any tasks.
evaluateFor(Actor) - Method in class net.serenitybdd.screenplay.BooleanQuestionConsequence
 
evaluateFor(Actor) - Method in interface net.serenitybdd.screenplay.Consequence
 
evaluateFor(Actor) - Method in class net.serenitybdd.screenplay.EventualConsequence
 
evaluateFor(Actor) - Method in class net.serenitybdd.screenplay.PredicateConsequence
 
evaluateFor(Actor) - Method in class net.serenitybdd.screenplay.QuestionConsequence
 
evaluateFor(Actor) - Method in class net.serenitybdd.screenplay.questions.ConsequenceGroup
 
EventBusInterface - Class in net.serenitybdd.screenplay
 
EventBusInterface() - Constructor for class net.serenitybdd.screenplay.EventBusInterface
 
EventualConsequence<T> - Class in net.serenitybdd.screenplay
 
EventualConsequence(Consequence<T>, long) - Constructor for class net.serenitybdd.screenplay.EventualConsequence
 
EventualConsequence(Consequence<T>, long, boolean) - Constructor for class net.serenitybdd.screenplay.EventualConsequence
 
EventualConsequence(Consequence<T>) - Constructor for class net.serenitybdd.screenplay.EventualConsequence
 
EventualConsequenceBuilder<T> - Class in net.serenitybdd.screenplay
 
EventualConsequenceBuilder(Consequence, long) - Constructor for class net.serenitybdd.screenplay.EventualConsequenceBuilder
 
eventually(Consequence<T>) - Static method in class net.serenitybdd.screenplay.EventualConsequence
 
exampleFinished() - Method in class net.serenitybdd.screenplay.facts.FactLifecycleListener
 
exampleStarted(Map<String, String>) - Method in class net.serenitybdd.screenplay.facts.FactLifecycleListener
 
ExternalValueQuestion - Class in net.serenitybdd.screenplay
 
ExternalValueQuestion() - Constructor for class net.serenitybdd.screenplay.ExternalValueQuestion
 

F

Fact - Interface in net.serenitybdd.screenplay.facts
A Fact is a way of declaring details about an actor.
FactLifecycleListener - Class in net.serenitybdd.screenplay.facts
 
FactLifecycleListener(Actor, Fact) - Constructor for class net.serenitybdd.screenplay.facts.FactLifecycleListener
 
FailedConsequence - Class in net.serenitybdd.screenplay
 
FailedConsequence(Consequence, Throwable) - Constructor for class net.serenitybdd.screenplay.FailedConsequence
 
finishQuestion() - Method in class net.serenitybdd.screenplay.EventBusInterface
 
FormattedTitle - Class in net.serenitybdd.screenplay.formatting
 
FormattedTitle() - Constructor for class net.serenitybdd.screenplay.formatting.FormattedTitle
 
from(Class<? extends Error>, String, Error) - Static method in class net.serenitybdd.screenplay.Complaint
 
from(Class<? extends Error>, Throwable) - Static method in class net.serenitybdd.screenplay.Complaint
 
from(String) - Static method in class net.serenitybdd.screenplay.formatting.StripRedundantTerms
 
fromAssertion(Matcher) - Static method in class net.serenitybdd.screenplay.questions.QuestionHints
 
fromClass(Class<?>) - Static method in class net.serenitybdd.screenplay.QuestionSubject
 

G

gaveAsThe(String) - Method in class net.serenitybdd.screenplay.Actor
 
getAbilityThatExtends(Class<C>) - Method in class net.serenitybdd.screenplay.Actor
Return an ability that extends the given class.
getActors() - Method in class net.serenitybdd.screenplay.actors.Cast
 
getCause() - Method in class net.serenitybdd.screenplay.FailedConsequence
 
getConsequence() - Method in class net.serenitybdd.screenplay.FailedConsequence
 
getCustomFieldValues() - Method in class net.serenitybdd.screenplay.AnonymousPerformable
 
getDescription() - Method in class net.serenitybdd.screenplay.Actor
 
getInputValues() - Method in interface net.serenitybdd.screenplay.RecordsInputs
 
getName() - Method in class net.serenitybdd.screenplay.Actor
 
getName() - Method in class net.serenitybdd.screenplay.events.ActorPerformanceEvent
 
getNameOrPronoun() - Method in class net.serenitybdd.screenplay.Actor
 
getPerformable() - Method in class net.serenitybdd.screenplay.events.ActorPerforms
 
getPerformedTaskCount() - Method in class net.serenitybdd.screenplay.PerformedTaskTally
 
getQuestion() - Method in class net.serenitybdd.screenplay.events.ActorAsksQuestion
 
getRunningStepCount() - Method in class net.serenitybdd.screenplay.EventBusInterface
 
getSubject() - Method in interface net.serenitybdd.screenplay.Question
 
givenThat(T) - Static method in class net.serenitybdd.screenplay.GivenWhenThen
 
GivenWhenThen - Class in net.serenitybdd.screenplay
 
GivenWhenThen() - Constructor for class net.serenitybdd.screenplay.GivenWhenThen
 

H

has(Performable...) - Method in class net.serenitybdd.screenplay.Actor
 
has(Fact...) - Method in class net.serenitybdd.screenplay.Actor
 
HintAdder(Set<Class<? extends QuestionHint>>) - Constructor for class net.serenitybdd.screenplay.questions.QuestionHints.HintAdder
 

I

IgnoreStepException - Exception in net.serenitybdd.screenplay.exceptions
 
IgnoreStepException() - Constructor for exception net.serenitybdd.screenplay.exceptions.IgnoreStepException
 
injectFieldsInto(String) - Static method in class net.serenitybdd.screenplay.annotations.AnnotatedTitle
 
instrumented(Class<T>, Object...) - Static method in class net.serenitybdd.screenplay.Tasks
 
InstrumentedTask - Class in net.serenitybdd.screenplay
 
InstrumentedTask() - Constructor for class net.serenitybdd.screenplay.InstrumentedTask
 
Interaction - Interface in net.serenitybdd.screenplay
A marker class to indicate that a Performable represents a system interaction (action), rather than a business task.
isInstrumented(Performable) - Static method in class net.serenitybdd.screenplay.InstrumentedTask
 
isNestedInSilentTask() - Static method in class net.serenitybdd.screenplay.SilentTasks
 
isSilent() - Method in class net.serenitybdd.screenplay.AnonymousTask
 
isSilent() - Method in class net.serenitybdd.screenplay.EventualConsequence
 
isSilent(Performable) - Static method in class net.serenitybdd.screenplay.SilentTasks
 

L

lastStepFailed(StepFailure) - Method in class net.serenitybdd.screenplay.facts.FactLifecycleListener
 

M

MaxQuestion<T extends java.lang.Object & java.lang.Comparable<? super T>> - Class in net.serenitybdd.screenplay.questions
 
MaxQuestion(Question<? extends Collection<T>>) - Constructor for class net.serenitybdd.screenplay.questions.MaxQuestion
 
MaxQuestion(Question<? extends Collection<T>>, Comparator<? super T>) - Constructor for class net.serenitybdd.screenplay.questions.MaxQuestion
 
mergePreviousStep() - Method in class net.serenitybdd.screenplay.EventBusInterface
 
milliseconds() - Method in class net.serenitybdd.screenplay.EventualConsequenceBuilder
 
MinQuestion<T extends java.lang.Object & java.lang.Comparable<? super T>> - Class in net.serenitybdd.screenplay.questions
 
MinQuestion(Question<? extends Collection<T>>) - Constructor for class net.serenitybdd.screenplay.questions.MinQuestion
 
MinQuestion(Question<? extends Collection<T>>, Comparator<? super T>) - Constructor for class net.serenitybdd.screenplay.questions.MinQuestion
 

N

named(String) - Static method in class net.serenitybdd.screenplay.Actor
 
NamedPredicate<T> - Class in net.serenitybdd.screenplay.questions
 
NamedPredicate(String, Predicate<T>) - Constructor for class net.serenitybdd.screenplay.questions.NamedPredicate
 
negate() - Method in class net.serenitybdd.screenplay.questions.NamedPredicate
 
net.serenitybdd.screenplay - package net.serenitybdd.screenplay
 
net.serenitybdd.screenplay.actors - package net.serenitybdd.screenplay.actors
 
net.serenitybdd.screenplay.annotations - package net.serenitybdd.screenplay.annotations
 
net.serenitybdd.screenplay.conditions - package net.serenitybdd.screenplay.conditions
 
net.serenitybdd.screenplay.events - package net.serenitybdd.screenplay.events
 
net.serenitybdd.screenplay.exceptions - package net.serenitybdd.screenplay.exceptions
 
net.serenitybdd.screenplay.facts - package net.serenitybdd.screenplay.facts
 
net.serenitybdd.screenplay.formatting - package net.serenitybdd.screenplay.formatting
 
net.serenitybdd.screenplay.matchers - package net.serenitybdd.screenplay.matchers
 
net.serenitybdd.screenplay.questions - package net.serenitybdd.screenplay.questions
 
newTask() - Method in class net.serenitybdd.screenplay.PerformedTaskTally
 
NO_VALID_CONSTRUCTOR - Static variable in class net.serenitybdd.screenplay.Complaint
 
NoMatchingAbilityException - Exception in net.serenitybdd.screenplay
 
NoMatchingAbilityException(String) - Constructor for exception net.serenitybdd.screenplay.NoMatchingAbilityException
 
notifyScreenChange() - Method in class net.serenitybdd.screenplay.facts.FactLifecycleListener
 

O

of(Object) - Method in class net.serenitybdd.screenplay.AnonymousPerformableFieldSetter
 
of(T) - Static method in class net.serenitybdd.screenplay.InstrumentedTask
 
of(Actor) - Static method in class net.serenitybdd.screenplay.UseAnAbility
 
ofConsequence(Consequence<T>) - Static method in class net.serenitybdd.screenplay.formatting.FormattedTitle
 
ofStandardActors() - Static method in class net.serenitybdd.screenplay.actors.Cast
 
onError() - Method in interface net.serenitybdd.screenplay.QuestionDiagnostics
 
OnStage - Class in net.serenitybdd.screenplay.actors
 
OnStage() - Constructor for class net.serenitybdd.screenplay.actors.OnStage
 
or(Predicate<? super T>) - Method in class net.serenitybdd.screenplay.questions.NamedPredicate
 
orComplainWith(Class<? extends Error>) - Method in class net.serenitybdd.screenplay.BaseConsequence
 
orComplainWith(Class<? extends Error>, String) - Method in class net.serenitybdd.screenplay.BaseConsequence
 
orComplainWith(Class<? extends Error>) - Method in interface net.serenitybdd.screenplay.Consequence
 
orComplainWith(Class<? extends Error>, String) - Method in interface net.serenitybdd.screenplay.Consequence
 
orComplainWith(Class<? extends Error>) - Method in class net.serenitybdd.screenplay.EventualConsequence
 
orComplainWith(Class<? extends Error>, String) - Method in class net.serenitybdd.screenplay.EventualConsequence
 
otherwise(Performable...) - Method in class net.serenitybdd.screenplay.conditions.ConditionalPerformable
 

P

Performable - Interface in net.serenitybdd.screenplay
A task or action that can be performed by an actor.
performAs(T) - Method in class net.serenitybdd.screenplay.AnonymousPerformable
 
performAs(T) - Method in class net.serenitybdd.screenplay.conditions.ConditionalPerformable
 
performAs(T) - Method in class net.serenitybdd.screenplay.conditions.SilentPerformable
 
performAs(T) - Method in interface net.serenitybdd.screenplay.Performable
 
PerformedTaskTally - Class in net.serenitybdd.screenplay
 
PerformedTaskTally() - Constructor for class net.serenitybdd.screenplay.PerformedTaskTally
 
PerformsTasks - Interface in net.serenitybdd.screenplay
 
PredicateConsequence<T> - Class in net.serenitybdd.screenplay
 
PredicateConsequence(Question<T>, Predicate<T>) - Constructor for class net.serenitybdd.screenplay.PredicateConsequence
 
PredicateConsequence(String, Question<T>, Predicate<T>) - Constructor for class net.serenitybdd.screenplay.PredicateConsequence
 

Q

Question<ANSWER> - Interface in net.serenitybdd.screenplay
 
QuestionConsequence<T> - Class in net.serenitybdd.screenplay
 
QuestionConsequence(Question<T>, Matcher<T>) - Constructor for class net.serenitybdd.screenplay.QuestionConsequence
 
QuestionConsequence(String, Question<T>, Matcher<T>) - Constructor for class net.serenitybdd.screenplay.QuestionConsequence
 
QuestionDiagnostics - Interface in net.serenitybdd.screenplay
 
QuestionHint - Interface in net.serenitybdd.screenplay.questions
 
QuestionHints - Class in net.serenitybdd.screenplay.questions
 
QuestionHints() - Constructor for class net.serenitybdd.screenplay.questions.QuestionHints
 
QuestionHints.HintAdder - Class in net.serenitybdd.screenplay.questions
 
QuestionSubject<T> - Class in net.serenitybdd.screenplay
 
QuestionSubject(Class<? extends Question>) - Constructor for class net.serenitybdd.screenplay.QuestionSubject
 

R

recall(String) - Method in class net.serenitybdd.screenplay.Actor
 
RecordsInputs - Interface in net.serenitybdd.screenplay
 
RefersToActor - Interface in net.serenitybdd.screenplay
 
remember(String, Question<ANSWER>) - Method in class net.serenitybdd.screenplay.Actor
 
remember(String, Object) - Method in class net.serenitybdd.screenplay.Actor
 
Remembered<T> - Class in net.serenitybdd.screenplay.questions
A question that returns a value previously remembered by the actor.
ReportedErrorMessages - Class in net.serenitybdd.screenplay.matchers
 
ReportedErrorMessages() - Constructor for class net.serenitybdd.screenplay.matchers.ReportedErrorMessages
 
reportsErrors(E) - Static method in class net.serenitybdd.screenplay.matchers.ReportedErrorMessages
 
reportStepFailureFor(Performable, Throwable) - Method in class net.serenitybdd.screenplay.EventBusInterface
 
reportStepFailureFor(Consequence<T>, Throwable) - Method in class net.serenitybdd.screenplay.EventBusInterface
 
reportStepFinished() - Method in class net.serenitybdd.screenplay.EventBusInterface
 
reportStepIgnored() - Method in class net.serenitybdd.screenplay.EventBusInterface
 
reportStepSkippedFor(Performable) - Method in class net.serenitybdd.screenplay.EventBusInterface
 
reset() - Method in class net.serenitybdd.screenplay.PerformedTaskTally
 
returnsAValueThat(String, Predicate<T>) - Static method in class net.serenitybdd.screenplay.GivenWhenThen
 
ReverseQuestion<T> - Class in net.serenitybdd.screenplay.questions
 
ReverseQuestion(Question<? extends List<T>>) - Constructor for class net.serenitybdd.screenplay.questions.ReverseQuestion
 

S

sawAsThe(String) - Method in class net.serenitybdd.screenplay.Actor
 
seconds() - Method in class net.serenitybdd.screenplay.EventualConsequenceBuilder
 
seeIf(Question<T>, Matcher<T>) - Static method in class net.serenitybdd.screenplay.GivenWhenThen
 
seeThat(Question<? extends T>, Matcher<T>) - Static method in class net.serenitybdd.screenplay.GivenWhenThen
 
seeThat(Question<? extends T>, Predicate<T>) - Static method in class net.serenitybdd.screenplay.GivenWhenThen
 
seeThat(String, Question<? extends T>, Predicate<T>) - Static method in class net.serenitybdd.screenplay.GivenWhenThen
 
seeThat(String, Question<? extends T>, Matcher<T>) - Static method in class net.serenitybdd.screenplay.GivenWhenThen
 
seeThat(Question<Boolean>) - Static method in class net.serenitybdd.screenplay.GivenWhenThen
 
seeThat(String, Question<Boolean>) - Static method in class net.serenitybdd.screenplay.GivenWhenThen
 
seeThat(Question<? extends T>, Matcher<T>...) - Static method in class net.serenitybdd.screenplay.GivenWhenThen
 
seeThat(String, Question<? extends T>, Matcher<T>...) - Static method in class net.serenitybdd.screenplay.GivenWhenThen
 
setFieldValue(String, Object) - Method in class net.serenitybdd.screenplay.AnonymousPerformable
 
setTheStage(Cast) - Static method in class net.serenitybdd.screenplay.actors.OnStage
Set the stage before calling the actors
setup(Actor) - Method in interface net.serenitybdd.screenplay.facts.Fact
 
shineSpotlightOn(String) - Method in class net.serenitybdd.screenplay.actors.Stage
 
should(String, Consequence...) - Method in class net.serenitybdd.screenplay.Actor
 
should(Consequence...) - Method in class net.serenitybdd.screenplay.Actor
 
shouldIgnoreConsequences() - Method in class net.serenitybdd.screenplay.EventBusInterface
 
shouldInstrument(T) - Static method in class net.serenitybdd.screenplay.InstrumentedTask
 
SilentInteraction - Class in net.serenitybdd.screenplay
 
SilentInteraction() - Constructor for class net.serenitybdd.screenplay.SilentInteraction
 
SilentPerformable - Class in net.serenitybdd.screenplay.conditions
 
SilentPerformable() - Constructor for class net.serenitybdd.screenplay.conditions.SilentPerformable
 
SilentTask - Class in net.serenitybdd.screenplay
 
SilentTask() - Constructor for class net.serenitybdd.screenplay.SilentTask
 
SilentTasks - Class in net.serenitybdd.screenplay
 
SilentTasks() - Constructor for class net.serenitybdd.screenplay.SilentTasks
 
skippedStepStarted(ExecutedStepDescription) - Method in class net.serenitybdd.screenplay.facts.FactLifecycleListener
 
SortedQuestion<T extends java.lang.Object & java.lang.Comparable<? super T>> - Class in net.serenitybdd.screenplay.questions
 
SortedQuestion(Question<? extends List<T>>) - Constructor for class net.serenitybdd.screenplay.questions.SortedQuestion
 
SortedQuestion(Question<? extends List<T>>, Comparator<? super T>) - Constructor for class net.serenitybdd.screenplay.questions.SortedQuestion
 
Stage - Class in net.serenitybdd.screenplay.actors
 
Stage(Cast) - Constructor for class net.serenitybdd.screenplay.actors.Stage
 
startQuestion(String) - Method in class net.serenitybdd.screenplay.EventBusInterface
 
stepFailed(StepFailure) - Method in class net.serenitybdd.screenplay.facts.FactLifecycleListener
 
stepFinished() - Method in class net.serenitybdd.screenplay.facts.FactLifecycleListener
 
stepIgnored() - Method in class net.serenitybdd.screenplay.facts.FactLifecycleListener
 
stepPending() - Method in class net.serenitybdd.screenplay.facts.FactLifecycleListener
 
stepPending(String) - Method in class net.serenitybdd.screenplay.facts.FactLifecycleListener
 
stepsAreRunning() - Method in class net.serenitybdd.screenplay.EventBusInterface
 
stepStarted(ExecutedStepDescription) - Method in class net.serenitybdd.screenplay.facts.FactLifecycleListener
 
StripRedundantTerms - Class in net.serenitybdd.screenplay.formatting
 
StripRedundantTerms() - Constructor for class net.serenitybdd.screenplay.formatting.StripRedundantTerms
 
Subject - Annotation Type in net.serenitybdd.screenplay.annotations
 
subject() - Method in class net.serenitybdd.screenplay.QuestionSubject
 
SumQuestion - Class in net.serenitybdd.screenplay.questions
 
SumQuestion(Question<? extends Collection<Integer>>) - Constructor for class net.serenitybdd.screenplay.questions.SumQuestion
 

T

Task - Interface in net.serenitybdd.screenplay
A marker class to indicate that a Performable represents a higher level business task, rather than a system interaction.
TaskInstantiationException - Exception in net.serenitybdd.screenplay
 
TaskInstantiationException(String) - Constructor for exception net.serenitybdd.screenplay.TaskInstantiationException
 
Tasks - Class in net.serenitybdd.screenplay
 
Tasks() - Constructor for class net.serenitybdd.screenplay.Tasks
 
teardown(Actor) - Method in interface net.serenitybdd.screenplay.facts.Fact
 
test(T) - Method in class net.serenitybdd.screenplay.questions.NamedPredicate
 
testFailed(TestOutcome, Throwable) - Method in class net.serenitybdd.screenplay.facts.FactLifecycleListener
 
testFinished(TestOutcome) - Method in class net.serenitybdd.screenplay.facts.FactLifecycleListener
 
testIgnored() - Method in class net.serenitybdd.screenplay.facts.FactLifecycleListener
 
testIsManual() - Method in class net.serenitybdd.screenplay.facts.FactLifecycleListener
 
testPending() - Method in class net.serenitybdd.screenplay.facts.FactLifecycleListener
 
testRetried() - Method in class net.serenitybdd.screenplay.facts.FactLifecycleListener
 
testRunFinished() - Method in class net.serenitybdd.screenplay.facts.FactLifecycleListener
 
testSkipped() - Method in class net.serenitybdd.screenplay.facts.FactLifecycleListener
 
testStarted(String) - Method in class net.serenitybdd.screenplay.facts.FactLifecycleListener
 
testStarted(String, String) - Method in class net.serenitybdd.screenplay.facts.FactLifecycleListener
 
testSuiteFinished() - Method in class net.serenitybdd.screenplay.facts.FactLifecycleListener
 
testSuiteStarted(Class<?>) - Method in class net.serenitybdd.screenplay.facts.FactLifecycleListener
 
testSuiteStarted(Story) - Method in class net.serenitybdd.screenplay.facts.FactLifecycleListener
 
that(Class<C>) - Method in class net.serenitybdd.screenplay.UseAnAbility
If the UseAnAbility.actor has an Ability that implements the Interface, return that.
theActorCalled(String) - Static method in class net.serenitybdd.screenplay.actors.OnStage
 
theActorInTheSpotlight() - Static method in class net.serenitybdd.screenplay.actors.OnStage
 
theActorInTheSpotlight() - Method in class net.serenitybdd.screenplay.actors.Stage
 
theMaximumOf(Question<? extends Collection<T>>) - Static method in class net.serenitybdd.screenplay.questions.AggregateQuestions
 
theMaximumOf(Question<? extends Collection<T>>, Comparator<? super T>) - Static method in class net.serenitybdd.screenplay.questions.AggregateQuestions
 
theMinimumOf(Question<? extends Collection<T>>) - Static method in class net.serenitybdd.screenplay.questions.AggregateQuestions
 
theMinimumOf(Question<? extends Collection<T>>, Comparator<? super T>) - Static method in class net.serenitybdd.screenplay.questions.AggregateQuestions
 
then(Actor) - Static method in class net.serenitybdd.screenplay.GivenWhenThen
 
then(T, Matcher<? super T>) - Static method in class net.serenitybdd.screenplay.GivenWhenThen
 
theReverse(Question<? extends List<T>>) - Static method in class net.serenitybdd.screenplay.questions.AggregateQuestions
 
theSorted(Question<? extends List<T>>) - Static method in class net.serenitybdd.screenplay.questions.AggregateQuestions
 
theSorted(Question<? extends List<T>>, Comparator<? super T>) - Static method in class net.serenitybdd.screenplay.questions.AggregateQuestions
 
theSumOf(Question<? extends Collection<Integer>>) - Static method in class net.serenitybdd.screenplay.questions.AggregateQuestions
 
theTotalNumberOf(Question<? extends Collection<T>>) - Static method in class net.serenitybdd.screenplay.questions.AggregateQuestions
 
throwException() - Method in class net.serenitybdd.screenplay.FailedConsequence
 
to(Question<T>) - Method in class net.serenitybdd.screenplay.questions.QuestionHints.HintAdder
 
toString() - Method in class net.serenitybdd.screenplay.Actor
 
toString() - Method in class net.serenitybdd.screenplay.BooleanQuestionConsequence
 
toString() - Method in class net.serenitybdd.screenplay.EventualConsequence
 
toString() - Method in class net.serenitybdd.screenplay.PredicateConsequence
 
toString() - Method in class net.serenitybdd.screenplay.QuestionConsequence
 
toString() - Method in class net.serenitybdd.screenplay.questions.ConsequenceGroup
 
toString() - Method in class net.serenitybdd.screenplay.questions.NamedPredicate
 

U

Uninstrumented - Class in net.serenitybdd.screenplay
Created by john on 16/08/2015.
Uninstrumented() - Constructor for class net.serenitybdd.screenplay.Uninstrumented
 
updateOverallResult() - Method in class net.serenitybdd.screenplay.EventBusInterface
 
UseAnAbility - Class in net.serenitybdd.screenplay
A factory to get an Ability of an Actor, when we don't care what it is specifically, just that it can do what we expect it to.
useExamplesFrom(DataTable) - Method in class net.serenitybdd.screenplay.facts.FactLifecycleListener
 
using(Object) - Method in class net.serenitybdd.screenplay.annotations.AnnotatedTitle
 
usingAbilityTo(Class<? extends T>) - Method in class net.serenitybdd.screenplay.Actor
A more readable way to access an actor's abilities.
usingPronoun(String) - Method in class net.serenitybdd.screenplay.Actor
 

V

valueOf(T) - Static method in class net.serenitybdd.screenplay.ExternalValueQuestion
 
valueOf(String) - Static method in class net.serenitybdd.screenplay.questions.Remembered
 
versionOf(Class<T>) - Static method in class net.serenitybdd.screenplay.Uninstrumented
 

W

waitingForNoLongerThan(long) - Method in class net.serenitybdd.screenplay.EventualConsequence
 
wasAbleTo(Performable...) - Method in class net.serenitybdd.screenplay.Actor
A tense-neutral synonym for addFact() for use with given() clauses
when(Actor) - Static method in class net.serenitybdd.screenplay.GivenWhenThen
 
whenAttemptingTo(Performable) - Method in class net.serenitybdd.screenplay.BaseConsequence
 
whenAttemptingTo(Performable) - Method in interface net.serenitybdd.screenplay.Consequence
 
whenAttemptingTo(Performable) - Method in class net.serenitybdd.screenplay.EventualConsequence
 
where(String, Performable...) - Static method in interface net.serenitybdd.screenplay.Interaction
 
where(String, T...) - Static method in class net.serenitybdd.screenplay.SilentTask
 
where(T...) - Static method in class net.serenitybdd.screenplay.SilentTask
 
where(String, T...) - Static method in interface net.serenitybdd.screenplay.Task
 
whereEveryoneCan(Ability...) - Static method in class net.serenitybdd.screenplay.actors.Cast
Create a Cast object with a list of predefined abilities
whereEveryoneCan(Consumer<Actor>...) - Static method in class net.serenitybdd.screenplay.actors.Cast
Create a Cast object where each actor is configured using the provided function.
whether(Boolean) - Static method in class net.serenitybdd.screenplay.conditions.Check
 
whether(Question<Boolean>) - Static method in class net.serenitybdd.screenplay.conditions.Check
 
whether(Question<T>, Matcher<T>) - Static method in class net.serenitybdd.screenplay.conditions.Check
 
whoCan(T) - Method in class net.serenitybdd.screenplay.Actor
 
with(String) - Method in class net.serenitybdd.screenplay.AnonymousInteraction
 
with(String) - Method in class net.serenitybdd.screenplay.AnonymousTask
 
withNoPronoun() - Method in class net.serenitybdd.screenplay.Actor
 
withNoReporting() - Method in class net.serenitybdd.screenplay.AnonymousTask
 
withNoReporting() - Method in class net.serenitybdd.screenplay.EventualConsequence
 
A B C D E F G H I L M N O P Q R S T U V W 
Skip navigation links