DelegateDecompiler
DelegateDecompiler copied to clipboard
Proposition for Unit tests more fluent syntax
Hi Hazzik,
while getting acquainted again with the project, I tried some ways that I feel would help make writing unit tests more fluent.
Could you please take a peek on https://github.com/magicmoux/DelegateDecompiler/commit/20029ec7f31245ef58b96e9cf4f4f59403785ca4 and tell me what you think ? The main feature is currently located in DelegateDecompiler.Tests.DecompilerTestsBase.cs as the DecompilerTestsBaseExtensions class.
Some use case examples are showcased in the NullTests.cs file
Looks good. Thanks.