Description Usage Arguments Details Value Author(s) See Also
Creates the execution cache for the the currently executed test function.
1 2 3 | ## S4 method for signature 'RTestCase'
execCache(object, tf.pkg, tf.pkg.i, tf.func,
tf.func.i)
|
object |
( |
tf.pkg |
( |
tf.pkg.i |
( |
tf.func |
( |
tf.func.i |
( |
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>
(list
)
Matthias Pfeifer matthias.pfeifer@roche.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.