Exception: TestException

Inherits:
Exception
  • Object
show all
Defined in:
lib/test_case/test_exception.rb

Overview

The TestException is raised on any failure

Instance Method Summary collapse

Constructor Details

#initializeTestException

Returns a new instance of TestException.



6
7
8
# File 'lib/test_case/test_exception.rb', line 6

def initialize
  super
end