aboutsummaryrefslogblamecommitdiff
path: root/devel/R-cran-mockery/pkg-descr
blob: aac8d58321b2e67f0c29fe4f93428593eb7e3a87 (plain) (tree)
1
2
3
4
5
6
7
8







                                                                            
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.

WWW: https://github.com/jfiksel/mockery