claunia / plist-cil

C#/.NET parser for Apple and GnuStep Property List (aka plist), based on Java's dd-plist
Other
54 stars 17 forks source link

Add unit tests for BinaryPropertyListParser, UID classes #39

Closed qmfrederik closed 6 years ago

qmfrederik commented 6 years ago

I wrote some unit tests for the BinaryPropertyListParserTests and UID classes as part of #38. I'm splitting them of in a separate PR to make it easier to review, and I guess these are straightforward to get merged 😄 .