File: expect_less_than.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 (19 lines) | stat: -rw-r--r-- 550 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/expect-comparison.R
\name{expect_less_than}
\alias{expect_less_than}
\alias{expect_more_than}
\title{Deprecated numeric comparison functions}
\usage{
expect_less_than(...)

expect_more_than(...)
}
\arguments{
\item{...}{All arguments passed on to \code{expect_lt()}/\code{expect_gt()}.}
}
\description{
These functions have been deprecated in favour of the more concise
\code{\link[=expect_gt]{expect_gt()}} and \code{\link[=expect_lt]{expect_lt()}}.
}
\keyword{internal}