length.cbtf: Compute the number of tests performed

View source: R/summary.R

length.cbtfR Documentation

Compute the number of tests performed

Description

Compute the number of tests performed

Usage

## S3 method for class 'cbtf'
length(x)

Arguments

x

An object of class cbtf.

Value

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

Examples

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


CBTF documentation built on Aug. 21, 2025, 6:03 p.m.