bedatadriven/hamcrest: Hamcrest framework for writing unit tests in R

The Hamcrest framework for writing unit tests is based on an assertion function and matcher objects. A matcher object implements a single rule that is used by the assertion function to perform the test. This package provides a small set of matcher objects in the form of functions. The functionality provided by this set of matcher objects is identical to those implemented in Renjin, the R interpreter for the Java Virtual Machine <www.renjin.org>. One of the goal of this package is therefore to be able to run Renjin's unit tests written in R through the GNU R interpreter.

Getting started

Package details

Maintainer
Licensefile LICENSE
Version0.1.0
URL https://github.com/bedatadriven/hamcrest
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("bedatadriven/hamcrest")
bedatadriven/hamcrest documentation built on Dec. 1, 2019, 1:49 p.m.