Exception: Watirmark::VerificationException

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/watirmark/exceptions.rb

Instance Attribute Summary collapse

Instance Attribute Details

#actualObject

Returns the value of attribute actual.



13
14
15
# File 'lib/watirmark/exceptions.rb', line 13

def actual
  @actual
end

#expectedObject

Returns the value of attribute expected.



13
14
15
# File 'lib/watirmark/exceptions.rb', line 13

def expected
  @expected
end