runTestFunctionSingle: Run tests defined in single function

View source: R/RtestingHelpers.R

runTestFunctionSingleR Documentation

Run tests defined in single function

Description

The function is exepected to call TestMe() to invoke testing. The function is called and test results are collected.

Usage

runTestFunctionSingle(testName, logger = LogAt1)

Arguments

testName

function name as charater vector

logger

function that prints logging information

Value

Test result summary is returned as a list with components result, the boolean test state, NsubTests, the number of tests performed in the function


sboehringer/testme documentation built on Jan. 17, 2024, 4:58 p.m.