-
Notifications
You must be signed in to change notification settings - Fork 55
/
NAMESPACE
41 lines (40 loc) · 1.04 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
# Generated by roxygen2: do not edit by hand
S3method(format,shinytest_logs)
S3method(print,shinytest_logs)
export(ShinyDriver)
export(dependenciesInstalled)
export(diffviewer_widget)
export(expectUpdate)
export(expect_pass)
export(getInputProcessors)
export(installDependencies)
export(migrateShinytestDir)
export(osName)
export(recordTest)
export(registerInputProcessor)
export(snapshotCompare)
export(snapshotUpdate)
export(testApp)
export(textTestDiff)
export(viewTestDiff)
export(viewTestDiffWidget)
import(rlang)
import(shiny)
importFrom(R6,R6Class)
importFrom(assertthat,"on_failure<-")
importFrom(assertthat,assert_that)
importFrom(callr,process)
importFrom(crayon,blue)
importFrom(crayon,cyan)
importFrom(crayon,magenta)
importFrom(crayon,make_style)
importFrom(debugme,debugme)
importFrom(parsedate,parse_date)
importFrom(pingr,ping_port)
importFrom(rematch,re_match)
importFrom(testthat,expect)
importFrom(utils,compareVersion)
importFrom(utils,packageName)
importFrom(webdriver,Session)
importFrom(webdriver,run_phantomjs)
importFrom(withr,with_envvar)