execCache: Execution Cache for Test Function

Description Usage Arguments Details Value Author(s) See Also

Description

Creates the execution cache for the the currently executed test function.

Usage

1
2
3
## S4 method for signature 'RTestCase'
execCache(object, tf.pkg, tf.pkg.i, tf.func,
  tf.func.i)

Arguments

object

(object) The RTestCase-class object

tf.pkg

(character) The package name of the currently executed test function.

tf.pkg.i

(integer) The package iteration number of the currently executed test function.

tf.func

(character) The function name of the currently executed test function.

tf.func.i

(character) The function iteration number of the currently executed test function.

Details

The execution cache includes all cached results of test functions that are part of the same package iteration and were executed prior to the current test function. The cached results will be stored in as a list() object with the following format:
XML: execCache:
<pkg_01>
<func_01> ... </func_01> $funct_01
<func_01> ... </func_01> $funct_01[[1]] -> result
<func_01> ... </func_01> $funct_01[[2]] -> result
<func_02> ... </func_02> <- current tf -> $funct_02 -> result
<func_03> ... </func_03> --- not included ---
</pkg_01>

Value

(list)

Author(s)

Matthias Pfeifer matthias.pfeifer@roche.com

See Also

RTestCase-class


RTest documentation built on Dec. 4, 2019, 5:07 p.m.