zug-tap ~master (2020-12-09T02:02:09Z)
Dub
Repo
Tap.ok
zug
tap
Tap
prints "ok" or "not ok" depending if the test succeeds or fails
bool
ok
(bool delegate() test, string message)
bool
ok
(bool is_true, string message)
struct
Tap
bool
ok
(
bool
is_true
,
string
message
= ""
)
Parameters
message
string
string, optional
Meta
Source
See Implementation
zug
tap
Tap
constructors
this
functions
add_result
diag
disable_consumer
disable_debugging
do_debug
done_testing
enable_consumer
enable_debugging
note
ok
plan
report
results
resume
set_consumer
skip
verbose
warn
write
prints "ok" or "not ok" depending if the test succeeds or fails