Exception: Megatest::NoAssertion
- Defined in:
- lib/megatest/assertions.rb
Instance Method Summary collapse
-
#initialize(message = "No assertions performed") ⇒ NoAssertion
constructor
A new instance of NoAssertion.
Constructor Details
#initialize(message = "No assertions performed") ⇒ NoAssertion
Returns a new instance of NoAssertion.
8 9 10 |
# File 'lib/megatest/assertions.rb', line 8 def initialize( = "No assertions performed") super end |