xamarin-macios/tests/cecil-tests
Rolf Bjarne Kvinge c490268880
[AudioToolbox] Make P/Invokes in AudioQueue.cs have blittable signatures. (#19933)
Contributes towards #15684.
2024-01-29 09:24:05 +01:00
..
ApiAvailabilityTest.cs [Tests] Reuse the Helper assert method for the consistency tests. (#19798) 2024-01-11 21:28:20 -05:00
ApiCapitalizationTest.cs [tests] Improve perf in cecil-tests by only loading assemblies once. (#16997) 2022-12-13 09:23:25 +01:00
ApiTest.KnownFailures.cs [Metal] Add support for Xcode15. (#19379) 2023-12-12 17:39:56 -05:00
ApiTest.cs [tests] Don't pass a message to Assert.Ignore. (#19453) 2023-11-15 18:12:58 +01:00
AttributeTest.cs [tests] Port the ModelMustBeProtocol test from monotouch-test to cecil-test. (#19561) 2023-12-04 08:25:07 +01:00
BlittablePInvokes.KnownFailures.cs [AudioToolbox] Make P/Invokes in AudioQueue.cs have blittable signatures. (#19933) 2024-01-29 09:24:05 +01:00
BlittablePInvokes.cs [Tests] Fix the Blittable tests in cecil to provide a reason for the failure. (#19799) 2024-01-11 21:28:41 -05:00
CecilExtensions.cs [src] Add a TransientCFString struct. (#19763) 2024-01-11 09:39:27 +01:00
ConstructorTest.cs [AppKit] Add support for Xcode 15. (#19119) 2023-10-23 21:39:29 -04: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 [tests] Add the ability to automatically update known failures in cecil-tests. (#19884) 2024-01-29 09:20:12 +01:00
Makefile [tests] Port Cecil tests to a .NET test project. (#17836) 2023-03-23 08:34:52 +01:00
MarshalAsTest.cs [Tests] Move to use the Helpers method to report MarshalAsTest failures. (#19795) 2024-01-11 16:19:36 -05: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 Get Mono.Cecil from NuGet everywhere. (#19535) 2023-12-04 20:15:03 +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...