forked from r-lib/testthat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
53 lines (53 loc) · 1.18 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
export(auto_test_package)
export(auto_test)
export(colourise)
export(context)
export(equals)
export(expect_equal)
export(expect_equivalent)
export(expect_error)
export(expect_false)
export(expect_identical)
export(expect_is)
export(expect_match)
export(expect_message)
export(expect_output)
export(expect_that)
export(expect_true)
export(expect_warning)
export(expectation)
export(gives_warning)
export(is_a)
export(is_equivalent_to)
export(is_false)
export(is_identical_to)
export(is_true)
export(library_if_available)
export(make_expectation)
export(matches)
export(MinimalReporter)
export(prints_text)
export(shows_message)
export(source_dir)
export(StopReporter)
export(SummaryReporter)
export(takes_less_than)
export(test_dir)
export(test_file)
export(test_package)
export(test_that)
export(throws_error)
export(watch)
exportClasses(MinimalReporter)
exportClasses(Reporter)
exportClasses(StopReporter)
exportClasses(SummaryReporter)
import(stringr)
importFrom(evaluate,create_traceback)
importFrom(evaluate,evaluate)
importFrom(evaluate,is.error)
importFrom(evaluate,is.message)
importFrom(evaluate,is.warning)
importFrom(evaluate,try_capture_stack)
S3method(format,expectation)
S3method(print,expectation)