File: testthat_results.Rd

package info (click to toggle)
r-cran-testthat 3.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,452 kB
  • sloc: cpp: 9,261; ansic: 37; sh: 14; makefile: 5
file content (23 lines) | stat: -rw-r--r-- 588 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/reporter-list.R
\name{testthat_results}
\alias{testthat_results}
\title{Create a \code{testthat_results} object from the test results
as stored in the ListReporter results field.}
\usage{
testthat_results(results)
}
\arguments{
\item{results}{a list as stored in ListReporter}
}
\value{
its list argument as a \code{testthat_results} object
}
\description{
Create a \code{testthat_results} object from the test results
as stored in the ListReporter results field.
}
\seealso{
ListReporter
}
\keyword{internal}