object
tap_output
ï
Intercepts unit test execution messages and outputs a report using the TAP format to the current output stream.
Availability:
logtalk_load(lgtunit(loader))
Author: Paulo Moura
Version: 4:0:1
Date: 2024-04-01
Compilation flags:
static, context_switching_calls
Provides:
Remarks:
Usage: Simply load this object before running your tests using the goal
logtalk_load(lgtunit(tap_output))
.
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ï
generating_/0
ï
Flag to detect report in progress when processing two or more test sets as a unified set.
Compilation flags:
dynamic
Mode and number of proofs:
generating_
- zero_or_one
partial_/1
ï
Cache of total of tests per test set.
Compilation flags:
dynamic
Template:
partial_(Count)
Mode and number of proofs:
partial_(?integer)
- zero_or_more
test_count_/1
ï
Test counter.
Compilation flags:
dynamic
Template:
test_count_(Count)
Mode and number of proofs:
test_count_(?integer)
- zero_or_one
Operatorsï
(none)