Exception: NRSER::Rash::Testing::NoTestCasesError
- Defined in:
- lib/nrser/rash/testing.rb
Overview
raised when filtering byt the function name doens't produce any test cases
Instance Method Summary collapse
-
#initialize(name) ⇒ NoTestCasesError
constructor
A new instance of NoTestCasesError.
Constructor Details
#initialize(name) ⇒ NoTestCasesError
Returns a new instance of NoTestCasesError.
103 104 105 |
# File 'lib/nrser/rash/testing.rb', line 103 def initialize(name) super "no test cases were found for '#{ name }'." end |