xamarin-macios/tests/monotouch-test/ObjCRuntime
Rolf Bjarne Kvinge 36af029204
Change all null checking expressions to use 'is' and 'is not'. (#18176)
Change all null checking expressions to use 'is null' and 'is not null'
instead of '== null' and '!= null'.

This was mostly done with sed, so code can probably be improved in many
other ways with manual inspection, but that will come over time.

Also add code to the autoformat script to automatically fix these issues in the future.
2023-05-05 17:52:19 +02:00
..
BlocksTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
CategoryTest.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
ClassTest.classlist.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
ClassTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
DelegateAndDataSourceTest.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
DisposableObjectTest.cs [ObjCRuntime] Fix the DisposableObject.Owns property to return the correct value. Fixes #13646. (#13666) 2022-01-11 15:37:31 +01:00
DlfcnTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
EveryFrameworkSmokeTest.cs [tests] Adjust EveryFrameworkSmokeTest to not run when every assembly is linked. (#17696) 2023-03-06 13:38:07 +01:00
ExceptionsTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
Messaging.cs [tests] Make any ObjCRuntime.Messaging internal. (#18130) 2023-04-26 15:23:00 +02:00
NativeHandleTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
ProtocolTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
RegistrarTest.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
RegistrarTestGenerated.cs [tests] Ignore monotouch-tests that fail with bitcode. (#5566) 2019-02-07 16:01:50 +01:00
ResourcesTest.cs [src/runtime] Fix lookup of RID-specific satellite resources. Fixes #16847. (#17117) 2023-01-13 21:58:34 +01:00
RuntimeTest.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
SimpleRegistrarTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
TestPreservation.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
ToggleRefRetainDeadlockTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
TrampolineTest.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
TrampolineTestGenerated.cs [tests] Ignore monotouch-tests that fail with bitcode. (#5566) 2019-02-07 16:01:50 +01:00