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 Jun 20 16:56:42 CEST 2024.