StopReporter {testthat}R Documentation

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.

See Also

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


[Package testthat version 3.3.2 Index]