utest(x, ...) ## S3 method for class 'function':
utest(x, run = TRUE)
## S3 method for class 'character':
utest(x,
filter = "^runit.+\\\\.[rR]$", fun = "^test\\\\.", ...,
testdir = "tests", framework = c("RUnit", "testthat"),
quiet = Sys.getenv("RCMDCHECK") != "FALSE",
lib.loc = NULL)
## S3 method for class 'RUnitTestSuite':
utest(x, ..., quiet = FALSE,
outdir = NULL)
x='package:*'
.