Exception: Megatest::LostTest
- Defined in:
- lib/megatest/assertions.rb
Instance Method Summary collapse
-
#initialize(test_id) ⇒ LostTest
constructor
A new instance of LostTest.
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 |