object
tap_reportï
Intercepts unit test execution messages and generates a tap_report.txt file using the TAP output format in the same directory as the tests object file.
Availability:
logtalk_load(lgtunit(loader))Author: Paulo Moura
Version: 6:0:0
Date: 2025-04-07
Compilation flags:
static, context_switching_callsRemarks:
Usage: Simply load this object before running your tests using the goal
logtalk_load(lgtunit(tap_report)).
Inherited public predicates:
(none)
Public predicatesï
(no local declarations; see entity ancestors if any)
Protected predicatesï
(no local declarations; see entity ancestors if any)
Private predicatesï
partial_/1ï
Cache of total of tests per test set.
Compilation flags:
dynamicTemplate:
partial_(Count)Mode and number of proofs:
partial_(?integer) - zero_or_moretest_count_/1ï
Test counter.
Compilation flags:
dynamicTemplate:
test_count_(Count)Mode and number of proofs:
test_count_(?integer) - zero_or_oneOperatorsï
(none)