Learn R Programming

hyperSpec (version 0.98-20161118)

hy.unittest: hyperSpec unit tests If svUnit is available, run the unit tests and display the results.

Description

hyperSpec unit tests If svUnit is available, run the unit tests and display the results.

Usage

hy.unittest()

Arguments

Value

NA if svUnit is not available, otherwise TRUE if all tests are passed successfully. If a test fails, hy.unittest stops with an error.

See Also

svUnit

Examples

Run this code
# NOT RUN {
if (require (svUnit)){
  hy.unittest ()
}

# }

Run the code above in your browser using DataLab