Learn R Programming

RTest (version 1.2.6)

initializeTests: Initialize the Test Slot for a Test Case.

Description

This method initializes the slots 'tests', 'test.for' and 'test.result' of a object of class 'RTestCase'. See description of RTestCase-class for further information.

Usage

# S4 method for RTestCase
initializeTests(object)

Arguments

object

(object) The RTestCase-class object.

See Also

RTestCase-class