Searched refs:selectAdsException (Results 1 – 4 of 4) sorted by relevance
265 Exception selectAdsException = in testAdSelection_withShortlyExpiringCustomAudience_selectAdsThrowsException() local269 assertThat(selectAdsException.getCause()).isInstanceOf(IllegalStateException.class); in testAdSelection_withShortlyExpiringCustomAudience_selectAdsThrowsException()296 Exception selectAdsException = in testAdSelectionOutcomes_withNoAdSelectionId_throwsException() local303 assertThat(selectAdsException.getCause()).isInstanceOf(IllegalArgumentException.class); in testAdSelectionOutcomes_withNoAdSelectionId_throwsException()403 Exception selectAdsException = in testAdSelection_withHighLatencyBackend_doesNotWinAuction() local410 assertThat(selectAdsException.getCause()).isInstanceOf(TimeoutException.class); in testAdSelection_withHighLatencyBackend_doesNotWinAuction()431 Exception selectAdsException = in testAdSelection_withInvalidScoringUrl_doesNotWinAuction() local439 selectAdsException.getCause() instanceof TimeoutException in testAdSelection_withInvalidScoringUrl_doesNotWinAuction()440 || selectAdsException.getCause() in testAdSelection_withInvalidScoringUrl_doesNotWinAuction()
133 Exception selectAdsException = in testReportImpression_withMismatchedAdTechUri_sellerRequestFails() local139 assertThat(selectAdsException.getCause()).isInstanceOf(IllegalArgumentException.class); in testReportImpression_withMismatchedAdTechUri_sellerRequestFails()
1979 Exception selectAdsException = in testAdSelection_etldViolation_failure() local1986 assertThat(selectAdsException.getCause()).isInstanceOf(IllegalArgumentException.class); in testAdSelection_etldViolation_failure()2074 Exception selectAdsException = in testReportImpression_etldViolation_failure() local2081 assertThat(selectAdsException.getCause()).isInstanceOf(IllegalArgumentException.class); in testReportImpression_etldViolation_failure()2215 Exception selectAdsException = in testAdSelection_malformedScoringLogic_failure() local2222 assertThat(selectAdsException.getCause()).isInstanceOf(IllegalStateException.class); in testAdSelection_malformedScoringLogic_failure()2639 Exception selectAdsException = in testAdSelection_overallTimeout_Failure() local2648 assertThat(selectAdsException.getCause()).isInstanceOf(TimeoutException.class); in testAdSelection_overallTimeout_Failure()2868 Exception selectAdsException = in testAdSelectionFromOutcomesFlow_overallTimeout_failure() local2877 assertThat(selectAdsException.getCause()).isInstanceOf(TimeoutException.class); in testAdSelectionFromOutcomesFlow_overallTimeout_failure()[all …]
290 Exception selectAdsException = in testAdSelection_etldViolation_failure() local297 assertThat(selectAdsException.getCause()).isInstanceOf(IllegalArgumentException.class); in testAdSelection_etldViolation_failure()349 Exception selectAdsException = in testReportImpression_etldViolation_failure() local356 assertThat(selectAdsException.getCause()).isInstanceOf(IllegalArgumentException.class); in testReportImpression_etldViolation_failure()438 Exception selectAdsException = in testAdSelection_malformedScoringLogic_failure() local445 assertThat(selectAdsException.getCause()).isInstanceOf(IllegalStateException.class); in testAdSelection_malformedScoringLogic_failure()527 Exception selectAdsException = in testAdSelection_errorGettingScoringLogic_failure() local538 selectAdsException.getCause() instanceof TimeoutException in testAdSelection_errorGettingScoringLogic_failure()539 || selectAdsException.getCause() instanceof IllegalStateException) in testAdSelection_errorGettingScoringLogic_failure()719 Exception selectAdsException = in testAdSelection_overallTimeout_Failure() local[all …]