module Webspicy::Specification::Err
Public Instance Methods
check!()
click to toggle source
Check that the errcondition is met on last invocation & result of an counterexample
# File lib/webspicy/specification/err.rb, line 13 def check! end
instrument()
click to toggle source
Instrument the current test_case so as to prepare for errcondition check later
# File lib/webspicy/specification/err.rb, line 8 def instrument end