testServer()
is a new function for testing the behavior of reactives inside of Shiny server functions and modules.
Server functions define the reactive behavior of Shiny applications. Together with UI functions, server functions define a Shiny application. Server functions are R functions such as the following:
server <- function(input, output, session) {