EVOLUTION-MANAGER
Edit File: ProgressReporter.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Test reporter: interactive progress bar of errors.</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for ProgressReporter {testthat}"><tr><td>ProgressReporter {testthat}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Test reporter: interactive progress bar of errors.</h2> <h3>Description</h3> <p><code>ProgressReporter</code> is designed for interactive use. Its goal is to give you actionable insights to help you understand the status of your code. This reporter also praises you from time-to-time if all your tests pass. It's the default reporter for <code><a href="test_dir.html">test_dir()</a></code>. </p> <p><code>ParallelProgressReporter</code> is very similar to <code>ProgressReporter</code>, but works better for packages that want parallel tests. </p> <p><code>CompactProgressReporter</code> is a minimal version of <code>ProgressReporter</code> designed for use with single files. It's the default reporter for <code><a href="test_file.html">test_file()</a></code>. </p> <h3>See Also</h3> <p>Other reporters: <code><a href="CheckReporter.html">CheckReporter</a></code>, <code><a href="DebugReporter.html">DebugReporter</a></code>, <code><a href="FailReporter.html">FailReporter</a></code>, <code><a href="JunitReporter.html">JunitReporter</a></code>, <code><a href="ListReporter.html">ListReporter</a></code>, <code><a href="LocationReporter.html">LocationReporter</a></code>, <code><a href="MinimalReporter.html">MinimalReporter</a></code>, <code><a href="MultiReporter.html">MultiReporter</a></code>, <code><a href="RStudioReporter.html">RStudioReporter</a></code>, <code><a href="Reporter.html">Reporter</a></code>, <code><a href="SilentReporter.html">SilentReporter</a></code>, <code><a href="StopReporter.html">StopReporter</a></code>, <code><a href="SummaryReporter.html">SummaryReporter</a></code>, <code><a href="TapReporter.html">TapReporter</a></code>, <code><a href="TeamcityReporter.html">TeamcityReporter</a></code> </p> <hr /><div style="text-align: center;">[Package <em>testthat</em> version 3.1.5 <a href="00Index.html">Index</a>]</div> </body></html>