applejag/Newtonsoft.Json-for-Unity.Converters

Need unit-testing on old converters

applejag opened this issue · 1 comments

Description

All converters shall be tested. However the converters given from ParentElement did not come with tests.

Motivation

Everything in this repo shall be unit tested, and adding legacy code is no loophole. The old code should then be properly tested.

Inspiration

https://github.com/JamesNK/Newtonsoft.Json/blob/master/Src/Newtonsoft.Json.Tests/Converters/StringEnumConverterTests.cs

Was solved in #10