forked from r-lib/testthat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
105 lines (104 loc) · 2.37 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# Generated by roxygen2 (4.1.1): do not edit by hand
S3method(as.character,expectation)
S3method(as.data.frame,testthat_results)
S3method(compare,character)
S3method(compare,default)
S3method(compare,numeric)
S3method(format,expectation)
S3method(print,comparison)
S3method(print,expectation)
S3method(print,testthat_results)
export(CheckReporter)
export(ListReporter)
export(MinimalReporter)
export(MultiReporter)
export(Reporter)
export(RstudioReporter)
export(SilentReporter)
export(StopReporter)
export(SummaryReporter)
export(TapReporter)
export(TeamcityReporter)
export(auto_test)
export(auto_test_package)
export(compare)
export(context)
export(describe)
export(equals)
export(equals_reference)
export(evaluate_promise)
export(expect_equal)
export(expect_equal_to_reference)
export(expect_equivalent)
export(expect_error)
export(expect_false)
export(expect_identical)
export(expect_is)
export(expect_less_than)
export(expect_match)
export(expect_message)
export(expect_more_than)
export(expect_named)
export(expect_null)
export(expect_output)
export(expect_that)
export(expect_true)
export(expect_warning)
export(expectation)
export(fail)
export(find_test_scripts)
export(get_reporter)
export(gives_warning)
export(has_names)
export(is.expectation)
export(is_a)
export(is_equivalent_to)
export(is_false)
export(is_identical_to)
export(is_less_than)
export(is_more_than)
export(is_null)
export(is_true)
export(make_expectation)
export(matches)
export(not)
export(prints_text)
export(set_reporter)
export(shows_message)
export(skip)
export(skip_if_not_installed)
export(skip_on_cran)
export(skip_on_travis)
export(source_dir)
export(source_test_helpers)
export(succeed)
export(takes_less_than)
export(test_check)
export(test_dir)
export(test_env)
export(test_example)
export(test_examples)
export(test_file)
export(test_package)
export(test_that)
export(throws_error)
export(watch)
export(with_mock)
export(with_reporter)
exportClasses(CheckReporter)
exportClasses(ListReporter)
exportClasses(MinimalReporter)
exportClasses(MultiReporter)
exportClasses(Reporter)
exportClasses(RstudioReporter)
exportClasses(SilentReporter)
exportClasses(StopReporter)
exportClasses(SummaryReporter)
exportClasses(TapReporter)
exportClasses(TeamcityReporter)
importFrom(crayon,green)
importFrom(crayon,red)
importFrom(crayon,yellow)
importFrom(methods,setRefClass)
useDynLib(testthat,duplicate_)
useDynLib(testthat,reassign_function)