fitSharp
Compare Fail

The fail keyword is primarily used for fixture testing. It tests that a cell is correctly failing.

sample domain

A failing integer comparison is handled.
setinteger field3
checkinteger fieldfail[4]

A failing string comparison is handled.
setstring fieldhello
checkstring fieldfail[world]

A failing object comparison is handled.
setperson fieldJoe Smith
checkperson fieldfail[Joe Smithe]

Nested handlers are processed.
setinteger field3
checkinteger field3 fail[>3]

A nested fail keyword is handled.
setinteger field3
checkinteger fieldfail[fail[3]]

Copyright © 2022 Syterra Software Inc. All rights reserved.