runTestFunction: Run tests defined in functions

runTestFunctionR Documentation

Run tests defined in functions

Description

Tests are defined by a charachter vector containing function names. Each function is run using runTestFunctionSingle.

Usage

runTestFunction(testName, logger = LogAt1)

Arguments

testName

charater vector with function names

logger

function that prints logging information

Value

Test result summary is returned as a list of lists 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.