Skip to content

JSONAPI+Arbitrary adds Arbitrary conformances for many JSONAPI types making it much easier to use JSONAPI and SwiftCheck together.

License

Notifications You must be signed in to change notification settings

mattpolzin/JSONAPI-Arbitrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSONAPI+Arbitrary

See parent project: https://github.com/mattpolzin/JSONAPI

The JSONAPIArbitrary framework adds Arbitrary support via SwiftCheck. With a little extra work on your part, this framework will allow you to create "arbitrary" (i.e. randomly generated) instances of your JSONAPI entities, includes, documents, etc.

This Framework is currently undocumented, but familiarity with SwiftCheck will likely afford the user enough information to use this library to aid in the generation of arbitrary JSONAPI Resource Objects and Documents for testing purposes.

About

JSONAPI+Arbitrary adds Arbitrary conformances for many JSONAPI types making it much easier to use JSONAPI and SwiftCheck together.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages