Searched refs:hasOutcome (Results 1 – 8 of 8) sorted by relevance
86 assertThat(result.hasOutcome()).isTrue(); in testAdSelection_withBiddingAndScoringLogic_happyPath()128 assertThat(result.hasOutcome()).isTrue(); in testAdSelection_withBiddingLogicV3_happyPath()158 assertThat(result.hasOutcome()).isTrue(); in testAdSelection_withAdCostInUrl_happyPath()233 assertThat(result.hasOutcome()).isTrue(); in testAdSelection_withFetchCustomAudience_fetchesAndReturnsSuccessfully()325 assertThat(result.hasOutcome()).isTrue(); in testAdSelection_withDebugReporting_happyPath()353 assertThat(result.hasOutcome()).isTrue(); in testAdSelection_withDebugReportingDisabled_doesNotSend()382 assertThat(result.hasOutcome()).isTrue(); in testAdSelection_withDebugReportingAndRejectReason_happyPath()
68 assertThat(result.hasOutcome()).isTrue(); in testSelectAds_withAdSelectionFromOutcomes_happyPath()97 assertThat(result.hasOutcome()).isTrue(); in testSelectAds_withImpressionReporting_eventsAreReceived()156 assertThat(result.hasOutcome()).isTrue(); in testAdSelectionFromOutcome_buyerMustEnrolledToParticipate()
2693 assertTrue(selectionOutcome.hasOutcome()); in testAdSelectionFromOutcomesFlow_overall_Success()2737 assertTrue(selectionOutcome.hasOutcome()); in testAdSelectionFromOutcomesFlow_waterfallWithPrebuilt_returnsOutcomeSuccess()2781 assertFalse(selectionOutcome.hasOutcome()); in testAdSelectionFromOutcomesFlow_waterfallWithPrebuilt_returnsNoOutcomeSuccess()2825 assertFalse(selectionOutcome.hasOutcome()); in testAdSelectionFromOutcomesFlow_returnsNull_Success()
63 assertThat(notEmptyOutcome.hasOutcome()).isTrue(); in testBuildAdSelectionOutcomeChecksIfOutcomeIsEmpty()64 assertThat(emptyOutcome.hasOutcome()).isFalse(); in testBuildAdSelectionOutcomeChecksIfOutcomeIsEmpty()
83 public boolean hasOutcome() { in hasOutcome() method in AdSelectionOutcome
69 assertThat(doSelectAds(adSelectionConfig).hasOutcome()).isTrue(); in testAdSelection_withInvalidFields_backgroundJobUpdatesSuccessfully()
161 assertThat(result.hasOutcome()).isTrue(); in testScheduleCustomAudienceUpdate_DownloadedCaWinsAdSelection_success()
91 method public boolean hasOutcome();