dwww Home | Show directory contents | Find package

context("getAttributeNames")

test_that("getAttributeNames", {
  x = 1:10
  expect_true(is.null(getAttributeNames(x)))

  attr(x, "size") = length(x)
  expect_equal(getAttributeNames(x), c("size"))
})

Generated by dwww version 1.15 on Sat May 18 13:55:14 CEST 2024.