powered by
This formats the results from a fuzz run with colours and prints them to the terminal.
# S3 method for cbtf print(x, show = c("fail", "warn"), ...)
No return value, called for side effects.
An object of class cbtf.
cbtf
A character vector representing the subset of results be printed, any of "fail", "warn", "skip", "ok" and "all".
Further arguments passed to or from other methods. These are currently ignored.
The use of unicode icons in the output messages can be disabled by setting options(cli.unicode = FALSE).
options(cli.unicode = FALSE)
summary.cbtf
res <- fuzz(funs = c("list", "matrix", "mean"), what = test_inputs(c("numeric", "raw"))) print(res) print(res, show = "all")
Run the code above in your browser using DataLab