dwww Home | Show directory contents | Find package

context("msg")


test_that("msg-functions", {
  expect_message(MALDIquantForeign:::.msg(TRUE, "foobar"), "foobar")
  expect_message(MALDIquantForeign:::.msg(TRUE, "foo", "bar"), "foobar")
  expect_silent(MALDIquantForeign:::.msg(FALSE, "foobar"))
})

Generated by dwww version 1.15 on Thu May 23 02:25:36 CEST 2024.