debugonce_testall: debugonce_testall This function consumes an object of class...

Description Usage Arguments Value Examples

Description

debugonce_testall This function consumes an object of class testall_summary with the ultimate goal to debug your function with a suggested specifications

Usage

1
debugonce_testall(sug, scenario = 1)

Arguments

sug

an object of class testall_summary

scenario

an optional numeric value indicating which scenario from sug$tests will be used for debugging.

Value

Will take you directly into debug mode and will not return anything

Examples

1
2
3
# NOT RUN:
suggestion <- test_all(mean, list(x = c('asd')))
debugonce_testall(suggestion)

andrebleier/testall documentation built on June 29, 2019, 12:12 a.m.