Skip to content

Commit

Permalink
updated test plans
Browse files Browse the repository at this point in the history
  • Loading branch information
Valeriu Popa committed Dec 22, 2023
1 parent 210e431 commit ca7339c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ public protocol MRAIDMessageHandlerDelegate: AnyObject {
}

public struct MRAIDMessageHandler {
private unowned var logHandler: MRAIDLogHandler
private unowned var urlHandler: MRAIDURLHandler
public unowned var delegate: MRAIDMessageHandlerDelegate!
private var logHandler: MRAIDLogHandler
private var urlHandler: MRAIDURLHandler
public var delegate: MRAIDMessageHandlerDelegate!

public init(logHandler: MRAIDLogHandler, urlHandler: MRAIDURLHandler) {
self.logHandler = logHandler
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
"CRBannerViewTests\/testAllowNavigationActionPolicyForWebView",
"CRBannerViewTests\/testWithRendering",
"CRInterstitialDelegateTests\/testCacheHasAdButAdContentFetchFailed",
"CRInterstitialDelegateTests\/testInterstitialAdFetchFail",
"CRInterstitialDelegateTests\/testInterstitialDidReceiveAd",
"CRInterstitialDelegateTests\/testInterstitialLoadFailWhenBidIsNil",
"CRInterstitialDelegateTests\/testInterstitialWillAndDidAppear",
"CRInterstitialDelegateTests\/testInterstitialWillandDidDisappear",
"CRInterstitialDelegateTests\/testNoDelegateMethodCalledInDecidePolicyForNavigationResponse",
Expand Down Expand Up @@ -163,6 +165,7 @@
"CR_RegistrationFunctionalTests\/test_givenCriteoInitWithBanner_whenRegisterTwice_thenOneCBDCall",
"CR_RegistrationFunctionalTests\/test_givenCriteoInitWithInterstitial_whenRegisterTwice_thenOneCBDCall",
"CR_RegistrationFunctionalTests\/test_givenCriteoInitWithNative_whenRegisterTwice_thenOneCBDCall",
"CR_StandaloneBannerFunctionalTests",
"CR_StandaloneBannerFunctionalTests\/test_givenBannerWithAppStoreClickUrl_whenClickUrl_thenOpenStoreKitController",
"CR_StandaloneBannerFunctionalTests\/test_givenBannerWithGoodAdUnitId_whenLoadAd_thenAdIsLoadedProperly",
"CR_URLResolverTests\/testResolutionToAppStoreURLWithRedirects",
Expand Down

0 comments on commit ca7339c

Please sign in to comment.