xamarin-macios/tests/cecil-tests
Rolf Bjarne Kvinge 219c74a3c4
[xcode15.4] Update bindings to Xcode 15.4 (#20865)
Co-authored-by: Alex Soto <alex@soto.dev>
2024-07-11 14:09:52 -04:00
..
ApiAvailabilityTest.cs [xcode15.3] Bump to Xcode 15.3 bindings (#20780) 2024-07-11 11:41:31 +02: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 [bgen] Implement support for using default interface members to bind protocols. (#20681) 2024-06-07 16:35:48 +02:00
ApiTest.cs [tests] Don't pass a message to Assert.Ignore. (#19453) 2023-11-15 18:12:58 +01:00
AttributeTest.cs [bgen] Implement support for using default interface members to bind protocols. (#20681) 2024-06-07 16:35:48 +02:00
BlittablePInvokes.KnownFailures.cs [src] Remove a few MarshalAs attributes in various APIs. (#20704) 2024-06-10 19:11:47 +02:00
BlittablePInvokes.cs [src] Fix definition of AVSampleCursorAudioDependencyInfo for Mac Catalyst. (#20781) 2024-06-26 14:17:58 +02: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
Documentation.KnownFailures.txt [xcode15.4] Update bindings to Xcode 15.4 (#20865) 2024-07-11 14:09:52 -04:00
Documentation.cs [cecil-tests] Fix assertion message to use the doc id instead of the typename of a tuple. (#20632) 2024-05-23 10:22:06 +02: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 [cecil-tests] Add new test to verify that we don't have any MarshalAs attributes. (#20678) 2024-06-04 16:38:43 +02:00
Makefile [tests] Make the 'run-tests' and 'run-unit-tests' targets equivalent. (#20223) 2024-03-01 09:54:33 +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
PreviewApi.cs [CryptoTokenKit] Bind this framework. Fixes #7876. (#20587) 2024-05-29 20:38:40 +02:00
ProtocolTest.cs [src/tools] Propagate the BackwardsCompatibleCodeGeneration field from Protocol attributes in bindings to the generated code. (#20804) 2024-07-03 20:18:13 +02:00
README.md [tests] Add cecil-based unit tests (#7825) 2020-02-10 17:23:12 -05:00
Test.cs [runtime] Use calloc instead of malloc. (#20692) 2024-06-07 16:56:54 +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...