Module: TestBench::Session::Controls::Events::Aborted::Other
- Defined in:
- lib/test_bench/session/controls/events/aborted.rb
Class Method Summary collapse
Class Method Details
.example ⇒ Object
33 34 35 |
# File 'lib/test_bench/session/controls/events/aborted.rb', line 33 def self.example Aborted.example(message:, location:) end |
.location ⇒ Object
41 42 43 |
# File 'lib/test_bench/session/controls/events/aborted.rb', line 41 def self.location Backtrace::Location.other_example end |
.message ⇒ Object
37 38 39 |
# File 'lib/test_bench/session/controls/events/aborted.rb', line 37 def self. Message::Error.other_example end |