Report context builder

[testing/reporters/junit/Report context builder]

Input ports

  • assertion ID: any

    Receives individual fields for syncing.

  • assertion: any

    Receives individual fields for syncing.

  • pre-report: any

    Receives individual fields for syncing.

Output ports

  • context:

    {"assertion ID": any, "assertion": any, "pre-report": any}

    The report context identifies an individual assertion by suite ID, case ID, and assertion ID. It also contains the preprocessed report and the assertion record.

Last updated