Searched refs:makeAdSelectionConfig (Results 1 – 9 of 9) sorted by relevance
54 makeAdSelectionConfig(dispatcher.getBaseAddressWithPrefix()); in testReportImpression_defaultAdSelection_happyPath()75 makeAdSelectionConfig(dispatcher.getBaseAddressWithPrefix()); in testReportImpression_buyerRequestFails_sellerRequestSucceeds()97 AdSelectionConfig config = makeAdSelectionConfig(dispatcher.getBaseAddressWithPrefix()); in testReportImpression_buyerLogicTimesOut_reportingFails()126 makeAdSelectionConfig(dispatcher.getBaseAddressWithPrefix()) in testReportImpression_withMismatchedAdTechUri_sellerRequestFails()154 AdSelectionConfig config = makeAdSelectionConfig(dispatcher.getBaseAddressWithPrefix()); in testReportImpression_registerBuyerAndSellerBeacons_happyPath()176 AdSelectionConfig config = makeAdSelectionConfig(dispatcher.getBaseAddressWithPrefix()); in testReportImpression_failToRegisterBuyerBeacon_sellerBeaconSucceeds()200 AdSelectionConfig config = makeAdSelectionConfig(dispatcher.getBaseAddressWithPrefix()); in testReportImpression_failToRegisterSellerBeacon_buyerBeaconSucceeds()224 AdSelectionConfig config = makeAdSelectionConfig(dispatcher.getBaseAddressWithPrefix()); in testReportImpression_withMismatchedSellerAdTech_buyerStillCalled()248 AdSelectionConfig config = makeAdSelectionConfig(dispatcher.getBaseAddressWithPrefix()); in testReportImpression_withMismatchedBuyerAdTech_sellerStillCalled()272 AdSelectionConfig config = makeAdSelectionConfig(dispatcher.getBaseAddressWithPrefix()); in testReportImpression_withBuyerBeacon_onlyReportsForViewInteraction()[all …]
81 makeAdSelectionConfig(dispatcher.getBaseAddressWithPrefix()); in testAdSelection_withBiddingAndScoringLogic_happyPath()122 makeAdSelectionConfig(dispatcher.getBaseAddressWithPrefix()); in testAdSelection_withBiddingLogicV3_happyPath()150 makeAdSelectionConfig(dispatcher.getBaseAddressWithPrefix()); in testAdSelection_withAdCostInUrl_happyPath()181 makeAdSelectionConfig(dispatcher.getBaseAddressWithPrefix()); in testAdSelection_withAdCostInUrl_adCostIsReported()212 makeAdSelectionConfig(dispatcher.getBaseAddressWithPrefix()); in testAdSelection_withFetchCustomAudience_fetchesAndReturnsSuccessfully()253 AdSelectionConfig config = makeAdSelectionConfig(dispatcher.getBaseAddressWithPrefix()); in testAdSelection_withShortlyExpiringCustomAudience_selectAdsThrowsException()318 makeAdSelectionConfig(dispatcher.getBaseAddressWithPrefix()); in testAdSelection_withDebugReporting_happyPath()347 makeAdSelectionConfig(dispatcher.getBaseAddressWithPrefix()); in testAdSelection_withDebugReportingDisabled_doesNotSend()375 makeAdSelectionConfig(dispatcher.getBaseAddressWithPrefix()); in testAdSelection_withDebugReportingAndRejectReason_happyPath()399 AdSelectionConfig config = makeAdSelectionConfig(dispatcher.getBaseAddressWithPrefix()); in testAdSelection_withHighLatencyBackend_doesNotWinAuction()[all …]
65 doSelectAds(makeAdSelectionConfig(baseAddress)) in testSelectAds_withAdSelectionFromOutcomes_happyPath()87 AdSelectionConfig config = makeAdSelectionConfig(dispatcher.getBaseAddressWithPrefix()); in testSelectAds_withImpressionReporting_eventsAreReceived()134 doSelectAds(makeAdSelectionConfig(dispatcher.getBaseAddressWithPrefix())); in testAdSelectionFromOutcome_buyerMustEnrolledToParticipate()
66 makeAdSelectionConfig( in testRunAdSelectionFromBackground()
62 makeAdSelectionConfig(dispatcher.getBaseAddressWithPrefix()); in testAdSelection_withInvalidFields_backgroundJobUpdatesSuccessfully()89 makeAdSelectionConfig(dispatcher.getBaseAddressWithPrefix()); in testAdSelection_withInvalidAds_backgroundJobUpdateFails()117 makeAdSelectionConfig(dispatcher.getBaseAddressWithPrefix()); in testAdSelection_withHighLatencyBackend_backgroundJobFails()148 makeAdSelectionConfig(dispatcher.getBaseAddressWithPrefix()); in testAdSelection_withOverlyLargeDailyUpdate_backgroundJobFails()176 makeAdSelectionConfig(dispatcher.getBaseAddressWithPrefix()); in testAdSelection_withLongRunningJob_backgroundJobFails()
89 doSelectAds(makeAdSelectionConfig(mScenarioDispatcher.getBaseAddressWithPrefix())); in runAdSelectionAndReporting()92 makeAdSelectionConfig(mScenarioDispatcher.getBaseAddressWithPrefix())); in runAdSelectionAndReporting()
59 makeAdSelectionConfig(dispatcher.getBaseAddressWithPrefix()); in testAdSelection_afterExpirationWindow_adSelectionDataCleared()93 makeAdSelectionConfig(dispatcher.getBaseAddressWithPrefix()); in testAdSelection_afterExpirationWindow_adInteractionsIsCleared()
130 makeAdSelectionConfig(dispatcher.getBaseAddressWithPrefix()); in testScheduleCustomAudienceUpdate_DownloadedCaWinsAdSelection_success()
271 protected AdSelectionConfig makeAdSelectionConfig(URL serverBaseAddressWithPrefix) { in makeAdSelectionConfig() method in FledgeScenarioTest