tests/testthat/Testbox_R6/app/modules/moduleR6.R

#' @export
TestR6 <- R6::R6Class("TestR6", # nolint
                      public = list(
                        show = function(x) {
                          1 + 3
                        },
                        print2 = function(x) {
                          1 + 2
                        }
                      )
)
jimhester/covr documentation built on April 8, 2024, 1:48 p.m.