Module: Webspicy::Specification::Err

Includes:
Condition
Defined in:
lib/webspicy/specification/err.rb

Constant Summary

Constants included from Condition

Condition::MATCH_ALL

Instance Attribute Summary

Attributes included from Condition

#matching_description, #tester

Instance Method Summary collapse

Methods included from Condition

#bind, #fail!, match, #sooner_or_later, #to_s

Instance Method Details

#check!Object

Check that the errcondition is met on last invocation & result of an counterexample



13
14
# File 'lib/webspicy/specification/err.rb', line 13

def check!
end

#instrumentObject

Instrument the current test_case so as to prepare for errcondition check later



8
9
# File 'lib/webspicy/specification/err.rb', line 8

def instrument
end