-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathNAMESPACE
32 lines (31 loc) · 878 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(format,shinytest2_log)
S3method(print,shinytest2_log)
export(AppDriver)
export(compare_screenshot_threshold)
export(get_input_processors)
export(load_app_env)
export(migrate_from_shinytest)
export(platform_variant)
export(record_test)
export(register_input_processor)
export(screenshot_max_difference)
export(test_app)
export(use_shinytest2)
export(use_shinytest2_test)
importFrom(R6,R6Class)
importFrom(callr,process)
importFrom(cli,col_blue)
importFrom(cli,col_cyan)
importFrom(cli,col_green)
importFrom(cli,col_magenta)
importFrom(cli,col_red)
importFrom(cli,col_silver)
importFrom(cli,make_ansi_style)
importFrom(lifecycle,deprecated)
importFrom(rlang,"%||%")
importFrom(rlang,":=")
importFrom(rlang,list2)
importFrom(rlang,missing_arg)
importFrom(testthat,default_reporter)
useDynLib(shinytest2, .registration = TRUE)