RetryableSceneDetected
Indicates that the test runner will retry running the test scenario upon failure.
Extends:
TinyType → DomainEvent → RetryableSceneDetected
Static Method Summary
Static Public Methods | ||
public static |
Deserialises the event from a JSONObject |
Constructor Summary
Public Constructor | ||
public |
constructor(sceneId: CorrelationId, timestamp: Timestamp) |
Static Public Methods
public static fromJSON(o: JSONObject): RetryableSceneDetected source
Deserialises the event from a JSONObject
Params:
Name | Type | Attribute | Description |
o | JSONObject |
Public Constructors
public constructor(sceneId: CorrelationId, timestamp: Timestamp) source
Override:
DomainEvent#constructorParams:
Name | Type | Attribute | Description |
sceneId | CorrelationId | ||
timestamp | Timestamp |
|