Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add property based tests #1

Open
toburger opened this issue Jan 18, 2016 · 0 comments
Open

Add property based tests #1

toburger opened this issue Jan 18, 2016 · 0 comments
Assignees

Comments

@toburger
Copy link
Owner

toburger commented Jan 18, 2016

It' quite easy to test JSON serialization with property based tests, by testing the isomorphism:
simply serialize the object graph and then deserialize it back. The resulting object graph has to be the same as the original one.
The only task is to define some sophisticated types. The complex, the better...

@toburger toburger changed the title add property based tests Add property based tests May 17, 2017
@toburger toburger self-assigned this May 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant