testing/bunit_result.sh

Test result related structs and functions.

BUnitResult()

Result of a test run.

BUnitResult_add()

Add a test result.

BUnitResult_duration()

Duration of the total test run.

BUnitResult_exit_status()

Overall exit status.

BUnitResult_failed()

Failed number of tests.

BUnitResult_to_junitxml()

Generate junitxml format for the result.

BUnitResult_to_junitxml_echo()

Generate junitxml format for the result.

BUnitResult_to_string()

String version of the result.

BUnitResult_total()

Total number of tests.