expect_busy_time: Expectation: How long is shiny busy?

Description Usage Arguments Details Value See Also Examples

View source: R/expect.R

Description

Test the expectation that shiny was busy for an interval of time.

Usage

1
expect_busy_time(object, max_time, history = FALSE)

Arguments

object

reactor object

max_time

numeric, maximum expected time

history

logical, calculate the full history of time or only the last operation, Default: FALSE

Details

DETAILS

Value

invisible reactor object

See Also

expect

Other testing: expect_reactivity(), test_app()

Examples

1
2
3
4
5
6
## Not run: 
if(interactive()){
 #EXAMPLE1
 }

## End(Not run)

yonicd/reactor documentation built on Jan. 20, 2021, 4:40 a.m.