all_fail |
Tinytests object |
all_pass |
Tinytests object |
any_fail |
Tinytests object |
any_pass |
Tinytests object |
as.data.frame.tinytests |
Tinytests object |
at_home |
Detect not on CRANity |
build_install_test |
build, install and test |
exit_file |
Stop testing (conditionally) |
exit_if_not |
Stop testing (conditionally) |
expect_equal |
Express expectations |
expect_equal_to_reference |
Compare object with object stored in a file |
expect_equivalent |
Express expectations |
expect_equivalent_to_reference |
Compare object with object stored in a file |
expect_error |
Express expectations |
expect_false |
Express expectations |
expect_identical |
Express expectations |
expect_inherits |
Express expectations |
expect_length |
Check length of an object |
expect_match |
Match strings to a regular expression |
expect_message |
Express expectations |
expect_null |
Express expectations |
expect_silent |
Express expectations |
expect_stdout |
Express expectations |
expect_true |
Express expectations |
expect_warning |
Express expectations |
format.tinytest |
Print a tinytest object |
get_call_wd |
Get workding dir from where a test was initiated |
ignore |
Ignore the output of an expectation |
print.tinytest |
Print a tinytest object |
print.tinytests |
Tinytests object |
register_tinytest_extension |
Register or unregister extension functions |
report_side_effects |
Report side effects for expressions in test files |
run_test_dir |
Run all tests in a directory |
run_test_file |
Run an R file containing tests; gather results |
setup_tinytest |
Add tinytest to package source directory |
summary.tinytests |
Tinytests object |
test_all |
Run all tests in a directory |
test_package |
Test a package during R CMD check or after installation |
tinytests |
Tinytests object |
using |
Use an extension package. |
[.tinytests |
Tinytests object |