Exception: NRSER::Rash::Testing::NoTestCasesError

Inherits:
StandardError
  • Object
show all
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

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