Description Usage Arguments Value Author(s) See Also
This is an abstract method definition and specifies the adapter function of the individual test case adapter, which understand the test case and knows how to execute it. It has to be implemented in the specialized test classes separetly for each test project.
1 2 3 | ## S4 method for signature 'RTestCase'
execAdapter(object, tf.pkg, tf.pkg.i, tf.func,
tf.func.i, out.fPathPre = NULL, ...)
|
object |
( |
tf.pkg |
( |
tf.pkg.i |
( |
tf.func |
( |
tf.func.i |
( |
out.fPathPre |
( |
... |
Additional arguments passed to the check function. |
(ANY
) The cached result of the executed test function.
Matthias Pfeifer matthias.pfeifer@roche.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.