LogoRobo.js
Packages@robojs/mock

AssertionResult

Interface: AssertionResult

Result of a single assertion (for UI persistence)

Properties

PropertyTypeDescription
actualunknownActual value (serialized)
descriptionstringHuman-readable description of what was asserted
diff?stringHuman-readable diff for UI display
expectedunknownExpected value (serialized)
passedbooleanWhether the assertion passed

On this page