Module: Webspicy::Specification::Post

Overview

module Pre

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 postcondition is met on last invocation & result of an example



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

def check!
end

#contribute_to_openapi_verb(verb_defn) ⇒ Object



12
13
14
# File 'lib/webspicy/web/openapi/ext.rb', line 12

def contribute_to_openapi_verb(verb_defn)
  verb_defn
end

#instrumentObject

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



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

def instrument
end