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}
|