rabbitmq-objc-client
rabbitmq-objc-client copied to clipboard
Generative testing for parser
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)