powered by
gives_warning(regexp = NULL) expect_warning(object, regexp = NULL, info = NULL, label = NULL)
expect_warning(object, regexp = NULL, info = NULL, label = NULL)
NULL
equals
expect_equal
expect_equivalent
expect_error
expect_false
expect_identical
expect_is
expect_match
expect_message
expect_output
expect_true
is_a
is_equivalent_to
is_false
is_identical_to
is_true
matches
prints_text
shows_message
takes_less_than
throws_error
expect_that(warning("a"), gives_warning()) expect_that(warning("a"), gives_warning("a"))
Run the code above in your browser using DataLab