R/endpoints.R

Defines functions .addin_paste_output .addin_stopifnot_all_equal .addin_stopifnot_identical .addin_expect_equal .addin_expect_error .addin_expect_warning .addin_expect_message .addin_expect_s3_class

.addin_paste_output <- function() { # nocov start
  # TODO
} # nocov end

.addin_stopifnot_all_equal <- function() { # nocov start
  # TODO
} # nocov end

.addin_stopifnot_identical <- function() { # nocov start
  # TODO
} # nocov end

.addin_expect_equal <- function() { # nocov start
  
} # nocov end

.addin_expect_error <- function() { # nocov start
  # TODO
} # nocov end

.addin_expect_warning <- function() { # nocov start
  # TODO
} # nocov end

.addin_expect_message <- function() { # nocov start
  # TODO
} # nocov end

.addin_expect_s3_class <- function() { # nocov start
  # TODO
} # nocov end
strboul/paste.output documentation built on May 25, 2019, 11:32 p.m.