LogoRobo.js
Packages@robojs/mock

ValidationMismatch

Interface: ValidationMismatch

Details of a single validation mismatch

Properties

PropertyTypeDescription
actualnull | RecordedActionThe actual action received (null if missing)
expectedRecordedActionThe expected action from the recording
indexnumberIndex of the action in the recording
reasonstringHuman-readable reason for the mismatch

On this page