mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
23 lines
622 B
R
23 lines
622 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/test-module.R
|
|
\name{testModule}
|
|
\alias{testModule}
|
|
\title{Test a shiny module}
|
|
\usage{
|
|
testModule(module, expr, args, initialState = NULL)
|
|
}
|
|
\arguments{
|
|
\item{module}{The module under test}
|
|
|
|
\item{expr}{Test code containing expectations}
|
|
|
|
\item{args}{A list of arguments to pass into the module beyond \code{input},
|
|
\code{output}, and \code{session}.}
|
|
|
|
\item{initialState}{A list describing the initial values for \code{input}. If no
|
|
initial state is given, \code{input} will initialize as an empty list.}
|
|
}
|
|
\description{
|
|
Test a shiny module
|
|
}
|