RUnit (version 0.4.32)

.setUp: Definition of RUnit Test Case code files.

Description

Either one or both functions have to be provided by the test case author, take precedence over the dummy definitions provided by the RUnit package and are called once for every test case identified.

Usage

.setUp()
.tearDown()

Arguments

Value

Functions do not return a value; called for their side effects.

Author

Thomas König, Klaus Jünemann & Matthias Burger

Details

To be written ...

See Also

runTestFile.