Searched refs:getVerifyCalledPaths (Results 1 – 11 of 11) sorted by relevance
65 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testReportImpression_defaultAdSelection_happyPath()86 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testReportImpression_buyerRequestFails_sellerRequestSucceeds()114 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testReportImpression_buyerLogicTimesOut_reportingFails()166 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testReportImpression_registerBuyerAndSellerBeacons_happyPath()188 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testReportImpression_failToRegisterBuyerBeacon_sellerBeaconSucceeds()212 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testReportImpression_failToRegisterSellerBeacon_buyerBeaconSucceeds()236 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testReportImpression_withMismatchedSellerAdTech_buyerStillCalled()260 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testReportImpression_withMismatchedBuyerAdTech_sellerStillCalled()285 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testReportImpression_withBuyerBeacon_onlyReportsForViewInteraction()326 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testAdSelection_withDataVersionHeader()[all …]
92 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testAdSelection_withBiddingAndScoringLogic_happyPath()136 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testAdSelection_withBiddingLogicV3_happyPath()167 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testAdSelection_withAdCostInUrl_happyPath()197 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testAdSelection_withAdCostInUrl_adCostIsReported()242 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testAdSelection_withFetchCustomAudience_fetchesAndReturnsSuccessfully()333 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testAdSelection_withDebugReporting_happyPath()360 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testAdSelection_withDebugReportingDisabled_doesNotSend()390 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testAdSelection_withDebugReportingAndRejectReason_happyPath()416 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testAdSelection_withHighLatencyBackend_doesNotWinAuction()448 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testAdSelection_withInvalidScoringUrl_doesNotWinAuction()
74 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testSelectAds_withAdSelectionFromOutcomes_happyPath()104 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testSelectAds_withImpressionReporting_eventsAreReceived()163 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testAdSelectionFromOutcome_buyerMustEnrolledToParticipate()
105 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testRun_refreshCustomAudiences_verifyCustomAudienceChanged()
95 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testUpdateSignals_success()
79 .containsExactlyElementsIn(dispatcher.getVerifyCalledPaths()); in testScenarioDispatcher_withVerifyCalled_success()
75 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testAdSelection_withInvalidFields_backgroundJobUpdatesSuccessfully()102 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testAdSelection_withInvalidAds_backgroundJobUpdateFails()134 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testAdSelection_withHighLatencyBackend_backgroundJobFails()161 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testAdSelection_withOverlyLargeDailyUpdate_backgroundJobFails()
76 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testAdSelection_afterExpirationWindow_adSelectionDataCleared()111 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testAdSelection_afterExpirationWindow_adInteractionsIsCleared()
104 .containsAtLeastElementsIn(mScenarioDispatcher.getVerifyCalledPaths()); in runAdSelectionAndReporting()
168 .containsAtLeastElementsIn(dispatcher.getVerifyCalledPaths()); in testScheduleCustomAudienceUpdate_DownloadedCaWinsAdSelection_success()
75 public ImmutableSet<String> getVerifyCalledPaths() { in getVerifyCalledPaths() method in ScenarioDispatcher