as_test_desc {covtracer} | R Documentation |
Wrap object in test description derivation data
Adds "testthat" style
as_test_desc(x, type = "call")
as_testthat_desc(x)
x |
A test description string to bind style data to |
type |
A type class to attribute to the test description. Defaults to
|
A test_description
subclass object with additional
style
attribute indicating how the test description was derived.