SilentReporter {testthat}R Documentation

Silently collect and all expectations

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 ⁠$expectations()⁠.

See Also

Other reporters: CheckReporter, DebugReporter, FailReporter, JunitReporter, ListReporter, LlmReporter, LocationReporter, MinimalReporter, MultiReporter, ProgressReporter, RStudioReporter, Reporter, SlowReporter, StopReporter, SummaryReporter, TapReporter, TeamcityReporter


[Package testthat version 3.3.2 Index]