forked from r-lib/testthat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
162 lines (161 loc) Β· 3.64 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,testthat_results)
S3method(as.expectation,default)
S3method(as.expectation,error)
S3method(as.expectation,expectation)
S3method(as.expectation,logical)
S3method(as.expectation,skip)
S3method(as.expectation,warning)
S3method(compare,POSIXt)
S3method(compare,character)
S3method(compare,default)
S3method(compare,numeric)
S3method(format,expectation)
S3method(format,expectation_error)
S3method(format,expectation_success)
S3method(format,mismatch_character)
S3method(format,mismatch_numeric)
S3method(print,comparison)
S3method(print,expectation)
S3method(print,mismatch_character)
S3method(print,mismatch_numeric)
S3method(print,testthat_results)
export("%>%")
export(CheckReporter)
export(DebugReporter)
export(FailReporter)
export(JunitReporter)
export(ListReporter)
export(LocationReporter)
export(MinimalReporter)
export(MultiReporter)
export(ProgressReporter)
export(Reporter)
export(RstudioReporter)
export(SilentReporter)
export(StopReporter)
export(SummaryReporter)
export(TapReporter)
export(TeamcityReporter)
export(auto_test)
export(auto_test_package)
export(capture_condition)
export(capture_error)
export(capture_expectation)
export(capture_message)
export(capture_messages)
export(capture_output)
export(capture_output_lines)
export(capture_warning)
export(capture_warnings)
export(check_reporter)
export(compare)
export(context)
export(default_reporter)
export(describe)
export(equals)
export(equals_reference)
export(evaluate_promise)
export(expect)
export(expect_condition)
export(expect_cpp_tests_pass)
export(expect_equal)
export(expect_equal_to_reference)
export(expect_equivalent)
export(expect_error)
export(expect_failure)
export(expect_false)
export(expect_gt)
export(expect_gte)
export(expect_identical)
export(expect_is)
export(expect_known_failure)
export(expect_known_hash)
export(expect_known_output)
export(expect_known_value)
export(expect_length)
export(expect_less_than)
export(expect_lt)
export(expect_lte)
export(expect_match)
export(expect_message)
export(expect_more_than)
export(expect_named)
export(expect_null)
export(expect_output)
export(expect_output_file)
export(expect_reference)
export(expect_s3_class)
export(expect_s4_class)
export(expect_setequal)
export(expect_silent)
export(expect_success)
export(expect_that)
export(expect_true)
export(expect_type)
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_testing)
export(is_true)
export(make_expectation)
export(matches)
export(not)
export(prints_text)
export(quasi_label)
export(set_reporter)
export(setup)
export(show_failure)
export(shows_message)
export(skip)
export(skip_if)
export(skip_if_not)
export(skip_if_not_installed)
export(skip_if_offline)
export(skip_if_translated)
export(skip_on_appveyor)
export(skip_on_bioc)
export(skip_on_cran)
export(skip_on_os)
export(skip_on_travis)
export(source_dir)
export(source_file)
export(source_test_helpers)
export(source_test_setup)
export(source_test_teardown)
export(succeed)
export(takes_less_than)
export(teardown)
export(test_check)
export(test_dir)
export(test_env)
export(test_example)
export(test_examples)
export(test_file)
export(test_package)
export(test_path)
export(test_rd)
export(test_that)
export(testing_package)
export(throws_error)
export(try_again)
export(use_catch)
export(watch)
export(with_mock)
export(with_reporter)
import(rlang)
importFrom(R6,R6Class)
importFrom(magrittr,"%>%")
useDynLib(testthat, .registration = TRUE)