tests/testthat/test-prop.R

test_that("unifir_prop generates method names", {
  expect_warning(
    unifir_prop(
      prop_file = waiver(),
      method_name = NULL,
      method_type = "TestMethod",
      parameters = list(),
      build = function(script, prop, debug) {},
      using = character(0)
    ),
    NA
  )
})

Try the unifir package in your browser

Any scripts or data that you put into this service are public.

unifir documentation built on Dec. 3, 2022, 1:06 a.m.