Class: SMARTAppLaunch::AppLaunchTest
- Inherits:
-
Inferno::Test
- Object
- Inferno::Test
- SMARTAppLaunch::AppLaunchTest
- Defined in:
- lib/smart_app_launch/app_launch_test.rb
Instance Method Summary collapse
Instance Method Details
#wait_message ⇒ Object
15 16 17 18 19 20 21 22 23 24 25 26 |
# File 'lib/smart_app_launch/app_launch_test.rb', line 15 def return instance_exec(&config.[:launch_message_proc]) if config.[:launch_message_proc].present? %( ### #{self.class.parent&.parent&.title} Waiting for Inferno to be launched from the EHR. Tests will resume once Inferno receives a launch request at `#{config.[:launch_uri]}` with an `iss` of `#{url}`. ) end |