xamarin-macios/tests/monotouch-test/MediaPlayer
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
..
MPRemoteCommandTest.cs [mediaplayer] Add nullability to (generated and manual) bindings (#15147) 2022-06-06 10:11:11 -05:00
MediaItemArtworkTest.cs [net][coregraphics] Match native strings representation for structs (#13802) 2022-01-21 08:46:25 +01:00
MediaItemTest.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
MoviePlayerControllerTest.cs [tests] Change TestRuntime.CheckSystemVersion to take a ApplePlatform value instead of a PlatformName enum. (#13350) 2021-11-15 08:06:36 +01:00
NowPlayingInfoCenterTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
PlayableContentManagerTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
RemoteCommandCenterTest.cs [tests] Change TestRuntime.CheckSystemVersion to take a ApplePlatform value instead of a PlatformName enum. (#13350) 2021-11-15 08:06:36 +01:00
SkipIntervalCommandTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00
VolumeViewTest.cs [autoformat] Add monotouch-test (#16701) 2022-11-10 17:59:26 +01:00