execAdapter.Rd
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.
# S4 method for 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.
RTestCase-class