xamarin-macios/tests/cecil-tests
Rolf Bjarne Kvinge d10a387ffa
[tests] Port cecil-tests to new-style csproj. (#8663)
Also switch xharness to build the csproj instead of running the makefile to
build the tests, because that way xharness is able to automatically use the
correct NUnit runner depending on the NUnit version the tests are using.
2020-05-25 14:47:20 +02:00
..
Helper.cs [generator] Add missing `EnsureUIThread` for generated `init` and `initWithCoder` (#8250) 2020-03-31 17:20:44 -04:00
Makefile [tests] Port cecil-tests to new-style csproj. (#8663) 2020-05-25 14:47:20 +02:00
README.md [tests] Add cecil-based unit tests (#7825) 2020-02-10 17:23:12 -05:00
Test.cs [src] Use `Runtime.NSLog` instead of `System.Console.WriteLine` (#8626) 2020-05-20 13:38:44 -04:00
cecil-tests.csproj [tests] Port cecil-tests to new-style csproj. (#8663) 2020-05-25 14:47:20 +02: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...