FailReporter {testthat} | R Documentation |
Test reporter: fail at end.
Description
This reporter will simply throw an error if any of the tests failed. It is best combined with another reporter, such as the SummaryReporter.
See Also
Other reporters:
CheckReporter
,
DebugReporter
,
JunitReporter
,
ListReporter
,
LocationReporter
,
MinimalReporter
,
MultiReporter
,
ProgressReporter
,
RStudioReporter
,
Reporter
,
SilentReporter
,
StopReporter
,
SummaryReporter
,
TapReporter
,
TeamcityReporter
[Package testthat version 3.2.1.1 Index]