test.package {AnalysisPageServer}R Documentation

test.package

Description

Run the RUnit test harness for this package

Usage

test.package(pattern = "^test.*R$", package = "AnalysisPageServer")

Arguments

pattern

String. Regular expression. Only filenames matching

package

Name of package to test. Default: "AnalysisPageServer" this expression will be included in the test harness. Default: "^test.*R$".

Details

Run the RUnit test harness for this package

Value

RUnitTestData

Author(s)

Brad Friedman, Cory Barr

See Also

runTestSuite, require


[Package AnalysisPageServer version 1.18.1 Index]