tests/testthat/test-function-get_property_info.R

#
# This test file has been generated by kwb.test::create_test_files()
# launched by user micha on 2020-06-03 23:21:54.
# Your are strongly encouraged to modify the dummy functions
# so that real cases are tested. You should then delete this comment.
#

test_that("get_property_info() works", {

  result <- kwb.nextcloud:::get_property_info()

  expect_is(result, "data.frame")
  expect_identical(names(result), c("namespace", "name", "priority", "column"))
})
KWB-R/kwb.nextcloud documentation built on June 8, 2022, 10:21 a.m.