length.cbtf | R Documentation |
Compute the number of tests performed
## S3 method for class 'cbtf'
length(x)
x |
An object of class |
An integer corresponding to the number of tests performed in a run.
res <- fuzz(funs = c("list", "matrix", "mean"),
what = test_inputs(c("numeric", "raw")))
length(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.