Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 11 found.
[1] < 1 2 > [2]  Sort:

FailReporter (Package: testthat) : Test reporter: fail at end.

This reporter will simply throw an error if any of the tests failed. It is best combined with another reporter, such as the SummaryReporter.
● Data Source: CranContrib
● Keywords: datasets
● Alias: FailReporter
● 0 images

SilentReporter (Package: testthat) : Test reporter: gather all errors silently.

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.
● Data Source: CranContrib
● Keywords: datasets
● Alias: SilentReporter
● 0 images

TeamcityReporter (Package: testthat) : Test reporter: Teamcity format.

This reporter will output results in the Teamcity message format. For more information about Teamcity messages, see http://confluence.jetbrains.com/display/TCD7/Build+Script+Interaction+with+TeamCity
● Data Source: CranContrib
● Keywords: datasets
● Alias: TeamcityReporter
● 0 images

TapReporter (Package: testthat) : Test reporter: TAP format.

This reporter will output results in the Test Anything Protocol (TAP), a simple text-based interface between testing modules in a test harness. For more information about TAP, see http://testanything.org
● Data Source: CranContrib
● Keywords: datasets
● Alias: TapReporter
● 0 images

SummaryReporter (Package: testthat) : Test reporter: summary of errors.

This is the most useful reporting reporter as it lets you know both which tests have run successfully, as well as fully reporting information about failures and errors. It is the default reporting reporter used by test_dir and test_file.
● Data Source: CranContrib
● Keywords: datasets
● Alias: SummaryReporter
● 0 images

RstudioReporter (Package: testthat) : Test reporter: RStudio

This reporter is designed for output to RStudio. It produces results in any easily parsed form.
● Data Source: CranContrib
● Keywords: datasets
● Alias: RstudioReporter
● 0 images

MultiReporter (Package: testthat) : Multi reporter: combine several reporters in one.

This reporter is useful to use several reporters at the same time, e.g. adding a custom reporter without removing the current one.
● Data Source: CranContrib
● Keywords: datasets
● Alias: MultiReporter
● 0 images

MinimalReporter (Package: testthat) : Test reporter: minimal.

The minimal test reporter provides the absolutely minimum amount of information: whether each expectation has succeeded, failed or experienced an error. If you want to find out what the failures and errors actually were, you'll need to run a more informative test reporter.
● Data Source: CranContrib
● Keywords: datasets
● Alias: MinimalReporter
● 0 images

CheckReporter (Package: testthat) : Check reporter: 13 line summary of problems

R CMD check displays only the last 13 lines of the result, so this report is design to ensure that you see something useful there.
● Data Source: CranContrib
● Keywords: datasets
● Alias: CheckReporter
● 0 images

ListReporter (Package: testthat) : List reporter: gather all test results along with elapsed time and

This reporter gathers all results, adding additional information such as test elapsed time, and test filename if available. Very useful for reporting.
● Data Source: CranContrib
● Keywords: datasets
● Alias: ListReporter
● 0 images