xamarin-macios/tests/monotouch-test/CoreAnimation
Manuel de la Pena 59a2e49b28
[Tests] Fix CALayer tests on Sonoma. (#19450)
Sonoma is pickier now with the way we create a CoreGraphics.CGImage,
meaning that if we do not pass the correct flags, the OS will return a
nil object (might be a good idea to move away from constructors to
factory methods).

Before this change we would get the following errors:

* CAKeyFrameAnimation_ValuesTests: System.Exception : Could not
initialize an instance of the type 'CoreGraphics.CGImage': handle is
null. It is possible to ignore this condition by setting
ObjCRuntime.Class.ThrowOnInitFailure to false.

* CALayer_ValuesTests: System.Exception : Could not initialize an
instance of the type 'CoreGraphics.CGImage': handle is null. It is
possible to ignore this condition by setting
ObjCRuntime.Class.ThrowOnInitFailure to false.
2023-11-15 11:05:56 -05:00
..
CABasicAnimation.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
CAFrameRateRangeTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
CAKeyFrameAnimation.cs [Tests] Fix CALayer tests on Sonoma. (#19450) 2023-11-15 11:05:56 -05:00
CALayer.cs [Tests] Fix CALayer tests on Sonoma. (#19450) 2023-11-15 11:05:56 -05:00
CAOpenGLLayer.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
CATextLayerTests.cs [CoreAnimation] Adopt XAMCORE_4_0 changes in .NET. (#13918) 2022-01-28 10:02:46 +01:00
EmitterBehaviorTest.cs [CoreAnimation] Adopt XAMCORE_4_0 changes in .NET. (#13918) 2022-01-28 10:02:46 +01:00
EmitterCellTest.cs [tests] Remove Classic code from all tests. (#8702) 2020-05-28 16:35:09 +02:00
LayerTest.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
MediaTimingFunctionTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
ShapeLayerTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
TransactionTest.cs [generator] Fix fetching nullability for block properties by checking the property for nullability info. (#17594) 2023-02-23 14:34:20 +01:00