forked from r-lib/testthat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProgressReporter.Rd
32 lines (32 loc) · 1.14 KB
/
ProgressReporter.Rd
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
% Please edit documentation in R/reporter-progress.R
\docType{data}
\name{ProgressReporter}
\alias{ProgressReporter}
\title{Test reporter: interactive progress bar of errors.}
\format{An object of class \code{R6ClassGenerator} of length 24.}
\usage{
ProgressReporter
}
\description{
This reporter is a reimagining of \link{SummaryReporter} desgined to make the
most information available up front, while taking up less space overall. It
is the default reporting reporter used by \code{\link[=test_dir]{test_dir()}} and \code{\link[=test_file]{test_file()}}.
}
\details{
As an additional benefit, this reporter will praise you from time-to-time
if all your tests pass.
}
\seealso{
Other reporters: \code{\link{CheckReporter}},
\code{\link{DebugReporter}}, \code{\link{FailReporter}},
\code{\link{ListReporter}},
\code{\link{LocationReporter}},
\code{\link{MinimalReporter}},
\code{\link{MultiReporter}},
\code{\link{RstudioReporter}},
\code{\link{SilentReporter}}, \code{\link{StopReporter}},
\code{\link{SummaryReporter}}, \code{\link{TapReporter}},
\code{\link{TeamcityReporter}}
}
\keyword{datasets}