mockery: Mocking Library for R

The two main functionalities of this package are creating mock objects (functions) and selectively intercepting calls to a given function that originate in some other function. It can be used with any testing framework available for R. Mock objects can be injected with either this package's own stub() function or a similar with_mock() facility present in the 'testthat' package.

Package details

AuthorNoam Finkelstein [aut], Lukasz Bartnik [aut], Jim Hester [aut], Hadley Wickham [aut, cre]
MaintainerHadley Wickham <hadley@rstudio.com>
LicenseMIT + file LICENSE
Version0.4.4
URL https://github.com/r-lib/mockery
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("mockery")

Try the mockery package in your browser

Any scripts or data that you put into this service are public.

mockery documentation built on Sept. 27, 2023, 1:07 a.m.