Searched refs:argumentCaptorApiCalledStats (Results 1 – 1 of 1) sorted by relevance
1047 ArgumentCaptor<GetAdSelectionDataApiCalledStats> argumentCaptorApiCalledStats = in testGetAdSelectionData_withoutEncrypt_validRequest_successPayloadMetricsEnabled() local1141 .logGetAdSelectionDataApiCalledStats(argumentCaptorApiCalledStats.capture()); in testGetAdSelectionData_withoutEncrypt_validRequest_successPayloadMetricsEnabled()1142 assertThat(argumentCaptorApiCalledStats.getValue().getStatusCode()) in testGetAdSelectionData_withoutEncrypt_validRequest_successPayloadMetricsEnabled()1144 assertThat(argumentCaptorApiCalledStats.getValue().getPayloadSizeKb()) in testGetAdSelectionData_withoutEncrypt_validRequest_successPayloadMetricsEnabled()1146 assertThat(argumentCaptorApiCalledStats.getValue().getNumBuyers()).isEqualTo(NUM_BUYERS); in testGetAdSelectionData_withoutEncrypt_validRequest_successPayloadMetricsEnabled()1147 assertThat(argumentCaptorApiCalledStats.getValue().getServerAuctionCoordinatorSource()) in testGetAdSelectionData_withoutEncrypt_validRequest_successPayloadMetricsEnabled()1155 ArgumentCaptor<GetAdSelectionDataApiCalledStats> argumentCaptorApiCalledStats = in testGetAdSelectionData_validRequest_successPayloadMetricsEnabled_withSourceCoordinator() local1254 .logGetAdSelectionDataApiCalledStats(argumentCaptorApiCalledStats.capture()); in testGetAdSelectionData_validRequest_successPayloadMetricsEnabled_withSourceCoordinator()1255 assertThat(argumentCaptorApiCalledStats.getValue().getStatusCode()) in testGetAdSelectionData_validRequest_successPayloadMetricsEnabled_withSourceCoordinator()1257 assertThat(argumentCaptorApiCalledStats.getValue().getPayloadSizeKb()) in testGetAdSelectionData_validRequest_successPayloadMetricsEnabled_withSourceCoordinator()[all …]