xamarin-macios/tests/cecil-tests
Rolf Bjarne Kvinge 84669f23d4 [tools] Make the TargetFramework.DotNet* variables version-agnostic. 2022-03-25 14:16:03 +01:00
..
AttributeTest.cs [tools] Make the TargetFramework.DotNet* variables version-agnostic. 2022-03-25 14:16:03 +01: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 [CI] Move tests outside of the build machine. (#14105) 2022-03-10 23:36:37 -05:00
EnumTest.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
Helper.cs [cecil-tests] Improve the obsolete member test. Fixes #13621. (#14258) 2022-02-28 11:26:44 +01:00
Makefile [tests] Port cecil-tests to new-style csproj. (#8663) 2020-05-25 14:47:20 +02:00
MarshalAsTest.cs [Tests] Fix cecil tests. (#12853) 2021-09-28 08:09:23 -04:00
ObsoleteTest.cs [CI] Move tests outside of the build machine. (#14105) 2022-03-10 23:36:37 -05:00
OpenTKTest.cs [CI] Move tests outside of the build machine. (#14105) 2022-03-10 23:36:37 -05:00
README.md [tests] Add cecil-based unit tests (#7825) 2020-02-10 17:23:12 -05:00
Test.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
cecil-tests.csproj [main] Update dependencies from dotnet/installer (#12245) 2021-07-28 09:46:36 +02: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...