externalSceneFinishes
Hierarchy
- DomainEvent
- SceneFinishes
Index
Constructors
externalconstructor
Parameters
externalsceneId: CorrelationId
externaloutcome: Outcome
externaloptionaltimestamp: Timestamp
Returns SceneFinishes
Properties
publicexternalreadonlytimestamp
publicexternalreadonlysceneId
publicexternalreadonlyoutcome
Methods
staticexternalfromJSON
Parameters
externalo: JSONObject
Returns SceneFinishes
externalequals
Parameters
externalanother: TinyType
Returns boolean
externaltoString
Returns string
externaltoJSON
Returns JSONValue
Emitted by a Serenity/JS test runner adapter, right before a test and all its associated test hooks finish. Triggers any clean-up operations that might be required, such as discarding of the discardable abilities.
The
outcomeproperty contains the test outcome determined so far, before any cleanup operations. This allows stage crew members like the WebdriverIO notifier to invoke hooks with the test result beforewaitForNextCue()is called.