module Webspicy::Specification::Postcondition
Deprecated, use Post
instead
Public Class Methods
match(service, descr)
click to toggle source
# File lib/webspicy/specification/oldies/postcondition.rb, line 11 def self.match(service, descr) end
Public Instance Methods
bind(tester)
click to toggle source
# File lib/webspicy/specification/oldies/postcondition.rb, line 7 def bind(tester) Oldies::Bridge.new(self).bind(tester) end
check(invocation)
click to toggle source
# File lib/webspicy/specification/oldies/postcondition.rb, line 17 def check(invocation) end
instrument(test_case, client)
click to toggle source
# File lib/webspicy/specification/oldies/postcondition.rb, line 14 def instrument(test_case, client) end