Module: TestBench::Session::Controls::Events::Aborted::Other

Defined in:
lib/test_bench/session/controls/events/aborted.rb

Class Method Summary collapse

Class Method Details

.exampleObject



33
34
35
# File 'lib/test_bench/session/controls/events/aborted.rb', line 33

def self.example
  Aborted.example(message:, location:)
end

.locationObject



41
42
43
# File 'lib/test_bench/session/controls/events/aborted.rb', line 41

def self.location
  Backtrace::Location.other_example
end

.messageObject



37
38
39
# File 'lib/test_bench/session/controls/events/aborted.rb', line 37

def self.message
  Message::Error.other_example
end