export(auto_test)
export(auto_test_package)
export(colourise)
export(context)
export(expect_that)
import(stringr)
S3method(print, expectation)
S3method(format, expectation)
export(is_a, expect_is)
export(is_true, expect_true)
export(is_false, expect_false)
export(equals, expect_equal)
export(is_equivalent_to, expect_equivalent)
export(is_identical_to, expect_identical)
export(matches, expect_match)
export(prints_text, expect_output)
export(throws_error, expect_error)
export(gives_warning, expect_warning)
importFrom(evaluate, is.warning)
export(shows_message, expect_message)
importFrom(evaluate, evaluate, is.message)
export(takes_less_than)
export(library_if_available)
export(MinimalReporter)
export(StopReporter)
export(SummaryReporter)
export(test_dir)
export(source_dir)
export(test_file)
export(test_package)
importFrom(evaluate, try_capture_stack, create_traceback, is.error)
export(test_that)
export(watch)
