Skip navigation links
A B C D E F G H I 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
 
Action - Interface in net.serenitybdd.screenplay
Deprecated.
Use Interaction instead
Actor - Class in net.serenitybdd.screenplay
 
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
 
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
 
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
 
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.ReverseQuestion
 
answeredBy(Actor) - Method in class net.serenitybdd.screenplay.questions.SortedQuestion
 
answeredBy(Actor) - Method in class net.serenitybdd.screenplay.questions.SumQuestion
 
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
 
aStepHasFailed() - 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() - Constructor for class net.serenitybdd.screenplay.actors.Cast
 
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
 
ConditionalPerformable(Question<Boolean>, Performable) - Constructor for class net.serenitybdd.screenplay.ConditionalPerformable
 
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
 
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

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
 
ErrorTally - Class in net.serenitybdd.screenplay
 
ErrorTally(EventBusInterface) - Constructor for class net.serenitybdd.screenplay.ErrorTally
 
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.QuestionConsequence
 
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>) - 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
 
ExternalValueQuestion - Class in net.serenitybdd.screenplay
 
ExternalValueQuestion() - Constructor for class net.serenitybdd.screenplay.ExternalValueQuestion
 

F

FailedConsequence - Class in net.serenitybdd.screenplay
 
FailedConsequence(Consequence, Throwable) - Constructor for class net.serenitybdd.screenplay.FailedConsequence
 
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
 
fromClass(Class<?>) - Static method in class net.serenitybdd.screenplay.QuestionSubject
 

G

gaveAsThe(String) - Method in class net.serenitybdd.screenplay.Actor
 
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
 
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
 
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
 
getStepCount() - Method in class net.serenitybdd.screenplay.EventBusInterface
 
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
 

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
 
Interaction - Interface in net.serenitybdd.screenplay
A marker class to indicate that a Performable represents a system interaction (action), rather than a business task.

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
 
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.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
 

O

ofConsequence(Consequence<T>) - Static method in class net.serenitybdd.screenplay.formatting.FormattedTitle
 
onError() - Method in interface net.serenitybdd.screenplay.QuestionDiagnostics
 
OnStage - Class in net.serenitybdd.screenplay.actors
 
OnStage() - Constructor for class net.serenitybdd.screenplay.actors.OnStage
 
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.ConditionalPerformable
 
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
 

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
 
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
 
recordError(Consequence, Throwable) - Method in class net.serenitybdd.screenplay.ErrorTally
 
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
 
reportAnyErrors() - Method in class net.serenitybdd.screenplay.ErrorTally
 
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
 
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
 
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
 
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
 
setTheStage(Cast) - Static method in class net.serenitybdd.screenplay.actors.OnStage
Set the stage before calling the actors
shineSpotlightOn(String) - Method in class net.serenitybdd.screenplay.actors.Stage
 
should(Consequence...) - Method in class net.serenitybdd.screenplay.Actor
 
shouldIgnoreConsequences() - Method in class net.serenitybdd.screenplay.EventBusInterface
 
SilentPerformable - Class in net.serenitybdd.screenplay.conditions
 
SilentPerformable() - Constructor for class net.serenitybdd.screenplay.conditions.SilentPerformable
 
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
 
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.
Tasks - Class in net.serenitybdd.screenplay
 
Tasks() - Constructor for class net.serenitybdd.screenplay.Tasks
 
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
 
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.QuestionConsequence
 

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
 
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.

V

valueOf(T) - Static method in class net.serenitybdd.screenplay.ExternalValueQuestion
 
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 synonyme for has() 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
 
whether(Boolean) - Static method in class net.serenitybdd.screenplay.conditions.Check
 
whether(Question<Boolean>) - Static method in class net.serenitybdd.screenplay.conditions.Check
 
A B C D E F G H I M N O P Q R S T U V W 
Skip navigation links