mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-09 22:25:59 -05:00
19 lines
571 B
R
19 lines
571 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/test-module.R
|
|
\name{testServer}
|
|
\alias{testServer}
|
|
\title{Test an app's server-side logic}
|
|
\usage{
|
|
testServer(expr, appDir = NULL)
|
|
}
|
|
\arguments{
|
|
\item{expr}{Test code containing expectations}
|
|
|
|
\item{appdir}{The directory root of the Shiny application. If \code{NULL}, this function
|
|
will work up the directory hierarchy --- starting with the current directory ---
|
|
looking for a directory that contains an \code{app.R} or \code{server.R} file.}
|
|
}
|
|
\description{
|
|
Test an app's server-side logic
|
|
}
|