Learn R Programming

RTest (version 1.2.6)

clearTest: Clear Test Reporter and Test Cache of Last Test Case Execution

Description

This method resets the test information of the current test case including slots 'test.for', 'test.result' and the cache in the 'tests' test case environment.

Usage

# S4 method for RTestCase
clearTest(object)

Arguments

object

(object) The RTestCase-class object.

Value

(RTestCase-class)

See Also

RTestCase-class