Package: mockery Title: Mocking Library for R Version: 0.4.3 Authors@R: c( person("Noam", "Finkelstein", role = "aut"), person("Lukasz", "Bartnik", role = "aut"), person("Jim", "Hester", role = "aut"), person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut", "cre")) ) Description: 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. License: MIT + file LICENSE URL: https://github.com/r-lib/mockery BugReports: https://github.com/r-lib/mockery/issues Imports: testthat Suggests: knitr, R6, rmarkdown (>= 1.0) VignetteBuilder: knitr Encoding: UTF-8 RoxygenNote: 7.1.2 Collate: 'expectations.R' 'mockery.R' 'mock-object.R' 'stub.R' NeedsCompilation: no Packaged: 2022-02-19 14:18:34 UTC; hadleywickham Author: Noam Finkelstein [aut], Lukasz Bartnik [aut], Jim Hester [aut], Hadley Wickham [aut, cre] Maintainer: Hadley Wickham Repository: CRAN Date/Publication: 2022-02-20 13:00:02 UTC Built: R 4.0.4; ; 2022-12-19 10:35:39 UTC; unix