Package: shinytesters Type: Package Title: Update 'Shiny' Inputs when using testServer() Version: 0.1.0 Authors@R: person("Ashley", "Baldry", email = "arbaldry91@gmail.com", role = c("aut", "cre")) Description: Create mocked bindings to 'Shiny' update functions within test function calls to automatically update input values. The mocked bindings simulate the communication between the server and UI components of a 'Shiny' module in testServer(). URL: https://ashbaldry.github.io/shinytesters/ BugReports: https://github.com/ashbaldry/shinytesters/issues License: GPL-3 Encoding: UTF-8 Imports: cli, rlang Suggests: knitr, rmarkdown, shiny, testthat (>= 3.0.0) Config/testthat/edition: 3 RoxygenNote: 7.3.2 VignetteBuilder: knitr Language: en-GB Repository: https://ashbaldry.r-universe.dev Date/Publication: 2025-08-27 08:19:55 UTC RemoteUrl: https://github.com/ashbaldry/shinytesters RemoteRef: HEAD RemoteSha: ef164d7d50372b893e08bdfb9f3b3f7447d0e77f NeedsCompilation: no Packaged: 2026-07-03 09:30:27 UTC; root Author: Ashley Baldry [aut, cre] Maintainer: Ashley Baldry