Reporter

[testing/reporters/junit/Reporter]


Compiles a JUnit test result report based on incoming assertions.


Input ports

  • assertion: any

    Individual assertion record with properties:

    • type

    • expected

    • actual

    • success

    • description

    • timestamp

    • durations

  • delay: any

    Maximum allowed delay between assertions in milliseconds.

Output ports

  • xml: any

Last updated