Assertion builder

[testing/Assertion builder]


Builds an assertion record.


Input ports

  • success: any

    Receives individual fields for syncing.

  • actual: any

    Receives individual fields for syncing.

  • expected: any

    Receives individual fields for syncing.

  • type: any

Output ports

  • assertion:

    {"success": any, "actual": any, "expected": any, "type": any}

Last updated