Searched refs:getVerifyNotCalledPaths (Results 1 – 5 of 5) sorted by relevance
88 .containsNoneIn(dispatcher.getVerifyNotCalledPaths()); in testReportImpression_buyerRequestFails_sellerRequestSucceeds()116 .containsNoneIn(dispatcher.getVerifyNotCalledPaths()); in testReportImpression_buyerLogicTimesOut_reportingFails()145 .containsNoneIn(dispatcher.getVerifyNotCalledPaths()); in testReportImpression_withMismatchedAdTechUri_sellerRequestFails()190 .containsNoneIn(dispatcher.getVerifyNotCalledPaths()); in testReportImpression_failToRegisterBuyerBeacon_sellerBeaconSucceeds()214 .containsNoneIn(dispatcher.getVerifyNotCalledPaths()); in testReportImpression_failToRegisterSellerBeacon_buyerBeaconSucceeds()238 .containsNoneIn(dispatcher.getVerifyNotCalledPaths()); in testReportImpression_withMismatchedSellerAdTech_buyerStillCalled()262 .containsNoneIn(dispatcher.getVerifyNotCalledPaths()); in testReportImpression_withMismatchedBuyerAdTech_sellerStillCalled()287 .containsNoneIn(dispatcher.getVerifyNotCalledPaths()); in testReportImpression_withBuyerBeacon_onlyReportsForViewInteraction()347 .containsNoneIn(dispatcher.getVerifyNotCalledPaths()); in testAdSelection_withDataVersionHeader_skipsBuyerExceeds8Bits()369 .containsNoneIn(dispatcher.getVerifyNotCalledPaths()); in testAdSelection_withDataVersionHeader_skipsSellerExceeds8Bits()
93 .doesNotContain(dispatcher.getVerifyNotCalledPaths()); in testScenarioDispatcher_withVerifyNotCalled_success()109 .containsNoneIn(dispatcher.getVerifyNotCalledPaths()); in testScenarioDispatcher_withTwoSecondDelay_success()
78 .containsNoneIn(dispatcher.getVerifyNotCalledPaths()); in testAdSelection_afterExpirationWindow_adSelectionDataCleared()113 .containsNoneIn(dispatcher.getVerifyNotCalledPaths()); in testAdSelection_afterExpirationWindow_adInteractionsIsCleared()
106 .containsNoneIn(mScenarioDispatcher.getVerifyNotCalledPaths()); in runAdSelectionAndReporting()
91 public ImmutableSet<String> getVerifyNotCalledPaths() { in getVerifyNotCalledPaths() method in ScenarioDispatcher