Module: Webspicy::Specification::Pre

Includes:
Condition
Included in:
GlobalRequestHeaders, RobustToInvalidInput
Defined in:
lib/webspicy/specification/pre.rb,
lib/webspicy/specification/pre/global_request_headers.rb,
lib/webspicy/specification/pre/robust_to_invalid_input.rb

Defined Under Namespace

Classes: GlobalRequestHeaders, RobustToInvalidInput

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

#counterexamples(service) ⇒ Object

Provide counterexamples of this precondition for a given service.



11
12
13
# File 'lib/webspicy/specification/pre.rb', line 11

def counterexamples(service)
  []
end

#instrumentObject

Instrument the current test_case so as to meet the precondition



7
8
# File 'lib/webspicy/specification/pre.rb', line 7

def instrument
end