View source: R/RtestingHelpers.R
| runTestFunctionSingle | R Documentation |
The function is exepected to call TestMe() to invoke testing. The function is called and test results are collected.
runTestFunctionSingle(testName, logger = LogAt1)
testName |
function name as charater vector |
logger |
function that prints logging information |
Test result summary is returned as a list with components result, the boolean test state, NsubTests, the number of tests performed in the function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.