Utility functions to use inside check_that.

is_true(x)

is_false(x)

is_gte(x, y)

is_lt(x, y)

Arguments

x

object to test

y

single numeric value to compare