issues
search
fauna
/
fauna-dotnet
Fauna FQL v10 driver for C#
Mozilla Public License 2.0
1
stars
1
forks
source link
Rework struct serializer tests
#147
Closed
pnwpedro
closed
3 months ago
pnwpedro
commented
3 months ago
Description
Centralize some helpers/constants related for serializer testing
Consolidate serializer behavior tests to Serializers/TypedSerializer.Tests.cs for some serializers (more to do).
Remove redundant tests
Fix small number deserializers so they'll throw if we try to deserialize a long
Motivation and context
We've duplicated some tests
We've refactored/reorganized some code, so want to make sure tests follow
There are uncovered test cases with each serializer
Specific serializer tests should cover the behavior of those serializers
How was the change tested?
Moved a bunch of tests
Wrote several new tests
Screenshots (if appropriate):
Change types
[X] Bug fix (non-breaking change that fixes an issue)
[ ] New feature (non-breaking change that adds functionality)
[ ] Breaking change (backwards-incompatible fix or feature)
Checklist:
[X] My code follows the code style of this project.
[ ] My change requires a change to Fauna documentation.
[ ] My change requires a change to the README, and I have updated it accordingly.
Description
Motivation and context
How was the change tested?
Screenshots (if appropriate):
Change types
Checklist: