Method: MonitoringTest#health
- Defined in:
- lib/test_case/monitoring/monitoring_test.rb
#health ⇒ Object
Should check for video displayed and then check for the guide to init.
51 52 53 54 |
# File 'lib/test_case/monitoring/monitoring_test.rb', line 51 def health @logger.warn("Video/guide check") @monitor.check_health end |