rabbitmq-objc-client icon indicating copy to clipboard operation
rabbitmq-objc-client copied to clipboard

Generative testing for parser

Open camelpunch opened this issue 9 years ago • 0 comments

Use a generative testing library such as https://github.com/typelift/SwiftCheck to generate tests.

Consider:

  • Varying quantities of data
  • Combinations of types being parsed
  • Field table types (at time of writing we don't support all field types)

camelpunch avatar Jan 20 '16 20:01 camelpunch