Home
last modified time | relevance | path

Searched refs:ScenarioDispatcherFactory (Results 1 – 15 of 15) sorted by relevance

/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/debuggablects/
DScenarioDispatcherTest.java25 import android.adservices.utils.ScenarioDispatcherFactory;
44 ScenarioDispatcherFactory.createFromScenarioFile( in testScenarioDispatcher_happyPath_httpGetSuccess()
58 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testScenarioDispatcher_withPrefix_httpGetSuccess()
71 ScenarioDispatcherFactory.createFromScenarioFile( in testScenarioDispatcher_withVerifyCalled_success()
86 ScenarioDispatcherFactory.createFromScenarioFile( in testScenarioDispatcher_withVerifyNotCalled_success()
100 ScenarioDispatcherFactory.createFromScenarioFile( in testScenarioDispatcher_withTwoSecondDelay_success()
117 ScenarioDispatcherFactory.createFromScenarioFile( in testScenarioDispatcher_withMultiplePathSegments_httpGetSuccess()
130 ScenarioDispatcherFactory.createFromScenarioFile( in testScenarioDispatcher_withDuplicatePathCalls_doesNotReturnEarly()
147 ScenarioDispatcherFactory.createFromScenarioFile( in testScenarioDispatcher_withComplexUrlStructure_success()
168 ScenarioDispatcherFactory.createFromScenarioFile( in testScenarioDispatcher_withQueryParamPath_success()
[all …]
DAdSelectionReportingTest.java33 import android.adservices.utils.ScenarioDispatcherFactory;
51 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testReportImpression_defaultAdSelection_happyPath()
72 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testReportImpression_buyerRequestFails_sellerRequestSucceeds()
95 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testReportImpression_buyerLogicTimesOut_reportingFails()
123 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testReportImpression_withMismatchedAdTechUri_sellerRequestFails()
152 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testReportImpression_registerBuyerAndSellerBeacons_happyPath()
174 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testReportImpression_failToRegisterBuyerBeacon_sellerBeaconSucceeds()
198 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testReportImpression_failToRegisterSellerBeacon_buyerBeaconSucceeds()
222 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testReportImpression_withMismatchedSellerAdTech_buyerStillCalled()
246 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testReportImpression_withMismatchedBuyerAdTech_sellerStillCalled()
[all …]
DAdSelectionTest.java38 import android.adservices.utils.ScenarioDispatcherFactory;
78 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testAdSelection_withBiddingAndScoringLogic_happyPath()
119 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testAdSelection_withBiddingLogicV3_happyPath()
147 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testAdSelection_withAdCostInUrl_happyPath()
178 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testAdSelection_withAdCostInUrl_adCostIsReported()
209 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testAdSelection_withFetchCustomAudience_fetchesAndReturnsSuccessfully()
251 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testAdSelection_withShortlyExpiringCustomAudience_selectAdsThrowsException()
280 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testAdSelectionOutcomes_withNoAdSelectionId_throwsException()
315 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testAdSelection_withDebugReporting_happyPath()
344 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testAdSelection_withDebugReportingDisabled_doesNotSend()
[all …]
DSignalsCtsDebuggableTest.java31 import android.adservices.utils.ScenarioDispatcherFactory;
85 ScenarioDispatcherFactory.createFromScenarioFile( in testUpdateSignals_success()
102 ScenarioDispatcherFactory.createFromScenarioFile("scenarios/signals-default.json")); in testUpdateSignals_badUri_failure()
115 ScenarioDispatcherFactory.createFromScenarioFile( in testUpdateSignals_badJson_failure()
126 private ScenarioDispatcher setupDispatcher(ScenarioDispatcherFactory scenarioDispatcherFactory) in setupDispatcher()
DAdSelectionMediationTest.java30 import android.adservices.utils.ScenarioDispatcherFactory;
54 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testSelectAds_withAdSelectionFromOutcomes_happyPath()
85 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testSelectAds_withImpressionReporting_eventsAreReceived()
127 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testAdSelectionFromOutcome_buyerMustEnrolledToParticipate()
DGenerateInputForEncodingShellCommandTest.java35 import android.adservices.utils.ScenarioDispatcherFactory;
99 ScenarioDispatcherFactory scenarioDispatcherFactory = in testRun_generateInputForEncoding_happyPath()
100 ScenarioDispatcherFactory.createFromScenarioFile( in testRun_generateInputForEncoding_happyPath()
DFledgeApiCallFromBackgroundTest.java26 import android.adservices.utils.ScenarioDispatcherFactory;
49 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in setup()
DCustomAudienceShellCommandsScenarioTest.java33 import android.adservices.utils.ScenarioDispatcherFactory;
64 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testRun_refreshCustomAudiences_verifyCustomAudienceChanged()
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/utils/
DScenarioDispatcherFactory.java26 public class ScenarioDispatcherFactory { class
31 private ScenarioDispatcherFactory(String filePath, String prefix) { in ScenarioDispatcherFactory() method in ScenarioDispatcherFactory
42 public static ScenarioDispatcherFactory createFromScenarioFile(String filePath) { in createFromScenarioFile()
43 return new ScenarioDispatcherFactory(filePath, ""); in createFromScenarioFile()
52 public static ScenarioDispatcherFactory createFromScenarioFileWithRandomPrefix( in createFromScenarioFileWithRandomPrefix()
56 return new ScenarioDispatcherFactory(filePath, prefix); in createFromScenarioFileWithRandomPrefix()
DMockWebServerRule.java158 ScenarioDispatcherFactory scenarioDispatcherFactory) in startMockWebServer()
DFledgeScenarioTest.java289 ScenarioDispatcherFactory scenarioDispatcherFactory) throws Exception { in setupDispatcher()
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/rootcts/
DCustomAudienceBackgroundFetchTest.java28 import android.adservices.utils.ScenarioDispatcherFactory;
59 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testAdSelection_withInvalidFields_backgroundJobUpdatesSuccessfully()
86 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testAdSelection_withInvalidAds_backgroundJobUpdateFails()
114 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testAdSelection_withHighLatencyBackend_backgroundJobFails()
145 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testAdSelection_withOverlyLargeDailyUpdate_backgroundJobFails()
173 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testAdSelection_withLongRunningJob_backgroundJobFails()
DFledgeMaintenanceJobTest.java31 import android.adservices.utils.ScenarioDispatcherFactory;
56 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testAdSelection_afterExpirationWindow_adSelectionDataCleared()
90 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testAdSelection_afterExpirationWindow_adInteractionsIsCleared()
DScheduleCustomAudienceUpdateTest.java34 import android.adservices.utils.ScenarioDispatcherFactory;
127 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testScheduleCustomAudienceUpdate_DownloadedCaWinsAdSelection_success()
178 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in testScheduleCustomAudienceUpdate_Disabled_failure()
DAdBeaconRegistrationTest.java24 import android.adservices.utils.ScenarioDispatcherFactory;
85 ScenarioDispatcherFactory.createFromScenarioFileWithRandomPrefix( in runAdSelectionAndReporting()