xamarin-macios/tests/cecil-tests
Sebastien Pouliot 7cbf90c5c6
[tests] Add cecil-based unit tests (#7825)
Only one to start... it's been discussed before but we generally
found other ways to do them. Let's continue to pick the best place
but we now have more options :)
2020-02-10 17:23:12 -05:00
..
Helper.cs [tests] Add cecil-based unit tests (#7825) 2020-02-10 17:23:12 -05:00
Makefile [tests] Add cecil-based unit tests (#7825) 2020-02-10 17:23:12 -05:00
README.md [tests] Add cecil-based unit tests (#7825) 2020-02-10 17:23:12 -05:00
Test.cs [tests] Add cecil-based unit tests (#7825) 2020-02-10 17:23:12 -05:00
cecil-tests.csproj [tests] Add cecil-based unit tests (#7825) 2020-02-10 17:23:12 -05:00
packages.config [tests] Add cecil-based unit tests (#7825) 2020-02-10 17:23:12 -05:00

README.md

Cecil-based Tests

Even with the huge variety of tests that we have there's still a few things that are hard to test properly. Some of them can be tested by analyzing the assemblies (IL or metadata). So here we are...