roxy_tag_parse.roxy_tag_tests {roxut} | R Documentation |
Parse @tests Tags
Description
This function is called once for each @tests
tag in a
function definition file.
Usage
## S3 method for class 'roxy_tag_tests'
roxy_tag_parse(x)
Arguments
x |
A |
Value
The x
object is returned, appended with a list val
containing two elements:
-
framework
containing the name of the unit test framework in use. -
tests
containing the content of the unit tests.
Author(s)
Bryan A. Hanson
[Package roxut version 0.4.0 Index]