xamarin-macios/tests/cecil-tests
Manuel de la Pena dcb0c93ab0 [Xcode12] Bring xcode 12 changes into main. 2020-09-23 16:05:22 -04:00
..
Helper.cs [msbuild] Make sure all the Base/Core tasks are abstract. (#8888) 2020-06-19 17:40:18 +02: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
TaskAssemblyTests.cs [Xcode12] Bring xcode 12 changes into main. 2020-09-23 16:05:22 -04:00
Test.cs [runtime] Remove internal memcpy p/invoke (#8890) 2020-06-19 09:41:54 -04:00
cecil-tests.csproj Unify code for executing processes. (#8848) 2020-06-18 12:34:07 +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...