Learn R Programming

testthat (version 3.3.0)

StopReporter: Error if any test fails

Description

The default reporter used when expect_that() is run interactively. It responds by displaying a summary of the number of successes and failures and stop()ping on if there are any failures.

Arguments

See Also

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