xamarin-macios/tests/introspection/iOS
Rolf Bjarne Kvinge b099691015
[introspection] Fix calling base in iOSApiCtorInitTest.SkipCheckShouldReExposeBaseCtor. (#20154)
The Skip* overrides in introspection are of the type "Do we skip? If not, then
I don't know, and we should call base", but the implementation of
iOSApiCtorInitTest.SkipCheckShouldReExposeBaseCtor is wrong, it just says to
not skip for every type except the one the method knows about.

So adjust the logic to call base if
iOSApiCtorInitTest.SkipCheckShouldReExposeBaseCtor has no knowledge of the
type in question.
2024-02-21 10:41:28 +01:00
..
Assets.xcassets/AppIcons.appiconset Move parts of dontlink tests into new introspection tests (#32) 2016-05-04 20:14:32 -04:00
Entitlements.plist [authenticationservices] Update for Xcode 11 beta 1 and 2 (#6408) 2019-06-26 05:27:29 -07:00
Info.plist [tests] Bump min OS versions in all tests. 2023-02-02 16:30:28 +01:00
LaunchScreen.storyboard Move parts of dontlink tests into new introspection tests (#32) 2016-05-04 20:14:32 -04:00
iOSApiClassPtrTest.cs [PushToTalk] Add new framework for Xcode 14 bet4. (#15645) 2022-08-07 14:07:21 -04:00
iOSApiCtorInitTest.cs [introspection] Fix calling base in iOSApiCtorInitTest.SkipCheckShouldReExposeBaseCtor. (#20154) 2024-02-21 10:41:28 +01:00
iOSApiFieldTest.cs [Tests] Fix intro for xcode15 and older sim. 2023-08-04 11:49:45 -04:00
iOSApiPInvokeTest.cs [Metal] Add support for Xcode15. (#19379) 2023-12-12 17:39:56 -05:00
iOSApiProtocolTest.cs [Metal] Add support for Xcode15. (#19379) 2023-12-12 17:39:56 -05:00
iOSApiSelectorTest.cs [UIKit] Add support for Xcode 15. (#19120) 2023-10-25 12:41:17 -04:00
iOSApiSignatureTest.cs Change all null checking expressions to use 'is' and 'is not'. (#18176) 2023-05-05 17:52:19 +02:00
iOSApiTypoTest.cs [dotnet] Remove Runtime.Arch and ObjCRuntime.Arch from Mac Catalyst. Fixes #10312. (#13562) 2021-12-15 22:32:14 +01:00
iOSApiWeakPropertyTest.cs Fix some whitespace issues in various files. (#12399) 2021-08-11 10:06:46 +02:00
iOSCoreImageFiltersTest.cs [autoformat] Add introspection. (#16593) 2022-11-07 15:20:26 +01:00
introspection-ios.csproj [net8.0] Merge main into net8.0. 2023-03-07 18:12:02 +01:00