checkOS(os)assertOS(os, add = NULL, .var.name = NULL)
assert_os(os, add = NULL, .var.name = NULL)
testOS(os)
test_os(os)
expect_os(os, info = NULL, label = NULL)
character(1)
]
Check the operating system to be in a set with possible elements AssertCollection
]
Collection to store assertions. See AssertCollection
.NULL
|| character(1)
]
Name of the checked object to print in error message. If NULL
,
the name will be heuristically determined via substitute
.expect_that
..var.name
, but passed down to expect_that
.TRUE
. If the check
is not successful, assertOS
/assert_os
throws an error message, testOS
/test_os
returns FALSE
,
and checkOS
returns a string with the error message.
The function expect_os
always returns an
expectation
.