powered by
not(f)
x <- 1 expect_that(x, equals(1)) expect_that(x, not(equals(2))) expect_that(x, equals(2)) expect_that(x, not(equals(1)))
Run the code above in your browser using DataLab