Class: AssertPass
- Inherits:
-
AssertResult
- Object
- AssertResult
- AssertPass
- Defined in:
- lib/test_pass.rb
Overview
A successful assertion result
Instance Attribute Summary
Attributes inherited from AssertResult
Instance Method Summary collapse
-
#initialize ⇒ AssertPass
constructor
A new instance of AssertPass.
Methods inherited from AssertResult
Methods included from Result
#failures, #neutrals, #successes
Constructor Details
#initialize ⇒ AssertPass
20 21 22 |
# File 'lib/test_pass.rb', line 20 def initialize super(nil) end |