Files
shiny/man/testModule.Rd
2019-10-03 14:29:39 -05:00

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
}