Class: AssertPass

Inherits:
AssertResult show all
Defined in:
lib/test_pass.rb

Overview

A successful assertion result

Instance Attribute Summary

Attributes inherited from AssertResult

#index

Instance Method Summary collapse

Methods inherited from AssertResult

#report

Methods included from Result

#failures, #neutrals, #successes

Constructor Details

#initializeAssertPass



20
21
22
# File 'lib/test_pass.rb', line 20

def initialize
  super(nil)
end