testthat (version 2.0.0)

SilentReporter: 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

Arguments

Format

An object of class R6ClassGenerator of length 24.

See Also

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