powered by
expect_that(object, condition, info = NULL, label = NULL)
NULL
fail
expect_that(5 * 2, equals(10)) expect_that(sqrt(2) ^ 2, equals(2)) expect_that(sqrt(2) ^ 2, is_identical_to(2))
Run the code above in your browser using DataLab