Home
last modified time | relevance | path

Searched refs:getz2 (Results 1 – 2 of 2) sorted by relevance

/dports/devel/R-cran-R6/R6/tests/testthat/
H A Dtest-nonportable-inheritance.R15 getz2 = function() z*2 method in AC
56 expect_identical(B, parent.env(environment(B$private$getz2))) # Inherited private method
67 expect_identical(B$private$getz2(), 6) # Inherited private method
H A Dtest-portable-inheritance.R16 getz2 = function() self$z*2 method in AC
73 expect_identical(environment(B$getx2), environment(B$getprivateA()$getz2))
84 expect_identical(B$getprivateA()$getz2(), 6) # Inherited private method