Exception: Megatest::LostTest

Inherits:
Assertion
  • Object
show all
Defined in:
lib/megatest/assertions.rb

Instance Method Summary collapse

Constructor Details

#initialize(test_id) ⇒ LostTest

Returns a new instance of LostTest.



16
17
18
# File 'lib/megatest/assertions.rb', line 16

def initialize(test_id)
  super("#{test_id} never completed. Might be caused by a crash or early exit?")
end