Exception: Sapphire::Testing::ExpectationException
- Defined in:
- lib/sapphire/Testing/ExpectationException.rb
Instance Attribute Summary collapse
-
#messages ⇒ Object
readonly
Returns the value of attribute messages.
Instance Method Summary collapse
-
#initialize(messages) ⇒ ExpectationException
constructor
A new instance of ExpectationException.
Constructor Details
#initialize(messages) ⇒ ExpectationException
Returns a new instance of ExpectationException.
6 7 8 |
# File 'lib/sapphire/Testing/ExpectationException.rb', line 6 def initialize() @messages = end |
Instance Attribute Details
#messages ⇒ Object (readonly)
Returns the value of attribute messages.
4 5 6 |
# File 'lib/sapphire/Testing/ExpectationException.rb', line 4 def @messages end |