Exception: TestException
- Defined in:
- lib/test_case/test_exception.rb
Overview
The TestException is raised on any failure
Instance Method Summary collapse
-
#initialize ⇒ TestException
constructor
A new instance of TestException.
Constructor Details
#initialize ⇒ TestException
Returns a new instance of TestException.
6 7 8 |
# File 'lib/test_case/test_exception.rb', line 6 def initialize super end |