akkadotnet / Hyperion

Polymorphic serialization for .NET
Apache License 2.0
277 stars 62 forks source link

Property-based testing #5

Open Horusiath opened 7 years ago

Horusiath commented 7 years ago

I think, that the serializer is great subject for a property-based tests. As the serializer can actually generated and compile code in the runtime, the number of possible edge cases and tweak will be hard to catch.

Aaronontheweb commented 7 years ago

Yep, big fan of this idea. Love FsCheck.