Learn R Programming

CBTF (version 0.5.0)

length.cbtf: Compute the number of tests performed

Description

Compute the number of tests performed

Usage

# S3 method for cbtf
length(x)

Value

An integer corresponding to the number of tests performed in a run.

Arguments

x

An object of class cbtf.

Examples

Run this code
res <- fuzz(funs = c("list", "matrix", "mean"),
            what = test_inputs(c("numeric", "raw")))
length(res)

Run the code above in your browser using DataLab