expect_pass {shinytest} | R Documentation |
Expectation: testApp()
passes snapshot tests
Description
This returns an testthat expectation object.
Usage
expect_pass(object, info = NULL)
Arguments
object |
The results returned by |
info |
Extra information to be included in the message (useful when writing tests in loops). |
Examples
## Not run:
expect_pass(testApp("path/to/app/"))
## End(Not run)
[Package shinytest version 1.6.1 Index]