Exception: Watirmark::VerificationException
- Defined in:
- lib/watirmark/exceptions.rb
Instance Attribute Summary collapse
-
#actual ⇒ Object
Returns the value of attribute actual.
-
#expected ⇒ Object
Returns the value of attribute expected.
Instance Attribute Details
#actual ⇒ Object
Returns the value of attribute actual.
13 14 15 |
# File 'lib/watirmark/exceptions.rb', line 13 def actual @actual end |
#expected ⇒ Object
Returns the value of attribute expected.
13 14 15 |
# File 'lib/watirmark/exceptions.rb', line 13 def expected @expected end |