powered by
is_true
is_false()expect_false(object, info = NULL, label = NULL)
expect_false(object, info = NULL, label = NULL)
NULL
equals
expect_equal
expect-compare
expect_less_than
expect_more_than
is_less_than
is_more_than
expect_equivalent
is_equivalent_to
expect_error
throws_error
expect_identical
is_identical_to
expect_is
is_a
expect_match
matches
expect_message
shows_message
expect_named
has_names
expect_null
is_null
expect_output
prints_text
expect_true
expect_warning
gives_warning
takes_less_than
expect_that(3 == 2, is_false()) expect_false(3 == 2) a <- 1:3 expect_that(length(a) == 4, is_false())
Run the code above in your browser using DataLab