as.data.frame.fuzz_results: Summarize fuzz test results as a data frame

Description Usage Arguments Value

View source: R/outputs.R

Description

Summarize fuzz test results as a data frame

Usage

1
2
## S3 method for class 'fuzz_results'
as.data.frame(x, ..., delim = "; ")

Arguments

x

Object returned by fuzz_function.

...

Additional arguments to be passed to or from methods.

delim

The delimiter to use for fields like messages or warnings in which there may be multiple results.

Value

A data frame with the following columns:

fuzz_input

The name of the fuzz test performed.

output

Delimited outputs to the command line from the process, if applicable.

messages

Delimited messages, if applicable.

warnings

Delimited warnings, if applicable.

errors

Error returned, if applicable.

value_classes

Delimited classes of the object returned by the function, if applicable

results_index

Index of x from which the summary was produced.


fuzzr documentation built on May 2, 2019, 3:57 a.m.