externalAnswersQuestions
Implemented by
Index
Methods
Methods
externalanswer
Makes the
Actor
evaluate anAnswerable
and return the value it holds.Type parameters
- T
Parameters
externalanswerable: Answerable<T>
Returns Promise<T>
Makes the Actor
evaluate an Answerable
and return the value it holds.
Describes an
Actor
who can answer aQuestion
about the system under test.Learn more
Question
Actor