xamarin-macios/tests/cecil-tests
Israel Soto d910c1ba60
[GameController] Added support to Xcode 14.1 b1 (#16094)
Co-authored-by: Manuel de la Pena <mandel@microsoft.com>
2022-10-13 11:42:52 -04:00
..
AttributeTest.cs [GameController] Added support to Xcode 14.1 b1 (#16094) 2022-10-13 11:42:52 -04: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 Autoformat cecil-tests.csproj. (#16103) 2022-09-26 21:00:28 +02:00
Helper.cs Autoformat cecil-tests.csproj. (#16103) 2022-09-26 21:00:28 +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 Merge main into xcode14.1. 2022-10-04 16:21:54 +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 Autoformat cecil-tests.csproj. (#16103) 2022-09-26 21:00:28 +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...