SilentReporter {testthat}R Documentation

Test reporter: gather all errors silently.

Description

This reporter quietly runs all tests, simply gathering all expectations. This is helpful for programmatically inspecting errors after a test run. You can retrieve the results with the expectations() method.

Usage

SilentReporter

Format

An object of class R6ClassGenerator of length 24.

See Also

Other reporters: CheckReporter, DebugReporter, FailReporter, ListReporter, LocationReporter, MinimalReporter, MultiReporter, ProgressReporter, Reporter, RstudioReporter, StopReporter, SummaryReporter, TapReporter, TeamcityReporter


[Package testthat version 2.3.1 Index]