alec1o / Byter

Byter is a C# serializer. It can serialize and deserialize from primitive type e.g (class, struct, list, array, string...)
MIT License
3 stars 1 forks source link

Optimize tests file #19

Closed alec1o closed 1 month ago

alec1o commented 1 month ago

Test file have much line of code (+700), Need to be optimized, Maybe use C# partial, for separate tested function each file to be easy to understand and navegate