xamarin-macios/tests/cecil-tests
Rolf Bjarne Kvinge 8e92e9e5c5
[tests] Ignore tests that require platforms not included in the current build. (#16000)
2022-09-22 07:33:42 +02:00
..
AttributeTest.cs [tests] Ignore tests that require platforms not included in the current build. (#16000) 2022-09-22 07:33:42 +02:00
CecilExtensions.cs [tests][cecil-tests] Add new test to verify the constructors we expose. 2021-11-26 14:25:21 +01:00
ConstructorTest.cs [cecil-tests] Improve these tests a bit. (#14994) 2022-05-13 20:50:02 +02:00
EnumTest.cs [tests] Update the cecil tests to run on .NET assemblies. (#15969) 2022-09-19 11:52:23 +02:00
GenericPInvokes.cs [.NET] added cecil tests for generic pinvokes and generic delegates. Fix for #11771 (#15974) 2022-09-20 10:23:53 -04:00
Helper.cs [tests] Update the cecil tests to run on .NET assemblies. (#15969) 2022-09-19 11:52:23 +02:00
Makefile [cecil-tests] Improve these tests a bit. (#14994) 2022-05-13 20:50:02 +02:00
MarshalAsTest.cs [tests] Update the cecil tests to run on .NET assemblies. (#15969) 2022-09-19 11:52:23 +02:00
ObsoleteTest.cs [cecil-tests] Improve these tests a bit. (#14994) 2022-05-13 20:50:02 +02:00
OpenTKTest.cs [cecil-tests] Improve these tests a bit. (#14994) 2022-05-13 20:50:02 +02:00
README.md [tests] Add cecil-based unit tests (#7825) 2020-02-10 17:23:12 -05:00
Test.cs [tests] Update the cecil tests to run on .NET assemblies. (#15969) 2022-09-19 11:52:23 +02:00
cecil-tests.csproj [CI] Allow tests to be ran in parallel. (#15322) 2022-06-23 08:54:21 -04:00
cecil-tests.sln [tests][cecil-tests] Add new test to verify the constructors we expose. 2021-11-26 14:25:21 +01: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...