xamarin-macios/tests/cecil-tests
Rolf Bjarne Kvinge 81befaabb9 Update known failures. 2023-09-22 08:21:26 +02:00
..
ApiAvailabilityTest.cs [tests] Share code to verify failures. (#17872) 2023-03-22 11:47:54 +01:00
ApiCapitalizationTest.cs [tests] Improve perf in cecil-tests by only loading assemblies once. (#16997) 2022-12-13 09:23:25 +01:00
ApiTest.cs [tests] Move the ARConfigurationTest.Subclasses test from monotouch-test to cecil-test. (#18908) 2023-09-05 09:36:47 +02:00
AttributeTest.cs Merge remote-tracking branch 'origin/main' into bump-main-in-net8.0-2023-03-14 2023-03-23 15:33:43 +01:00
BlittablePInvokes.KnownFailures.cs Update known failures. 2023-09-22 08:21:26 +02:00
BlittablePInvokes.cs [src] Add helper methods for the managed static registrar 2023-05-11 13:10:30 +02:00
CecilExtensions.cs [tests] Port Cecil tests to a .NET test project. (#17836) 2023-03-23 08:34:52 +01:00
ConstructorTest.cs [AppKit] Bind an NSWindow(IntPtr) constructor in the API definition. (#17264) 2023-01-18 07:13:58 +01:00
EnumTest.cs [tests] Improve perf in cecil-tests by only loading assemblies once. (#16997) 2022-12-13 09:23:25 +01:00
GenericPInvokes.cs [generator] Make the block callbacks UnmanagedCallersOnly functions in .NET. (#17741) 2023-03-14 10:08:28 +01:00
GetterExceptionTest.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
Helper.cs [net8.0-xcode15] Merge net8.0 into net8.0-xcode15. 2023-09-08 10:31:44 +02:00
Makefile [tests] Port Cecil tests to a .NET test project. (#17836) 2023-03-23 08:34:52 +01:00
MarshalAsTest.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
ObsoleteTest.cs add EditorBrowsable to obsolete member (#17854) 2023-03-21 07:41:39 +01:00
OpenTKTest.cs [tests] Improve perf in cecil-tests by only loading assemblies once. (#16997) 2022-12-13 09:23:25 +01:00
README.md [tests] Add cecil-based unit tests (#7825) 2020-02-10 17:23:12 -05:00
Test.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
cecil-tests.csproj [tests] Port Cecil tests to a .NET test project. (#17836) 2023-03-23 08:34:52 +01: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...