tests/testthat/test-loggingsummary.R

test_that("loggingsummary", {

  # Data loading
  data(LoggingSimulationOutputs_iter)

  expect_error(loggingsummary(x = TRUE),
               regexp = "The argument of the 'loggingsummary' function must be a list")

  rslt <- capture.output(loggingsummary(LoggingSimulationOutputs_iter))

  })
VincyaneBadouard/LoggingLab documentation built on Oct. 16, 2024, 9:42 p.m.