dwww Home | Show directory contents | Find package

test_that("reporter doesn't change without warning", {
  expect_snapshot_reporter(JunitReporterMock$new())
})

test_that("permit Java-style class names", {
  class <- "package_name_or_domain.ClassName"
  expect_equal(classnameOK(class), class)
})

Generated by dwww version 1.15 on Sun May 19 03:37:45 CEST 2024.