#------------------------------------------------------------------------------- # Copyright (c) 2019-2022 University of Newcastle upon Tyne. All rights reserved. # # This program and the accompanying materials # are made available under the terms of the GNU Public License v3.0. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . #------------------------------------------------------------------------------- # # Set up # context("varDS::disc::setup") set.standard.disclosure.settings() # # Tests # context("varDS::disc::numeric with below nfilter.tab values") test_that("numeric varDS, with below nfilter.tab values", { input <- c(NA, NA, 2.0, NA, 4.0) expect_error(varDS(input), "FAILED: Nvalid less than nfilter.tab", fixed = TRUE) }) # # Done # context("varDS::disc::shutdown") context("varDS::disc::done")