Searched refs:mErrorCaptor (Results 1 – 2 of 2) sorted by relevance
107 @Captor ArgumentCaptor<FledgeErrorResponse> mErrorCaptor; field in ProtectedSignalsServiceImplTest293 verify(mUpdateSignalsCallbackMock).onFailure(mErrorCaptor.capture()); in testUpdateSignalsFilterException()294 FledgeErrorResponse actual = mErrorCaptor.getValue(); in testUpdateSignalsFilterException()317 verify(mUpdateSignalsCallbackMock).onFailure(mErrorCaptor.capture()); in testUpdateSignalsIllegalArgumentException()318 FledgeErrorResponse actual = mErrorCaptor.getValue(); in testUpdateSignalsIllegalArgumentException()
199 @Captor ArgumentCaptor<HealthConnectExceptionParcel> mErrorCaptor; field in HealthConnectServiceImplTest539 verify(callback, timeout(5000).times(1)).onError(mErrorCaptor.capture()); in testReadMedicalResources_byIds_flagOff_throws()540 assertThat(mErrorCaptor.getValue().getHealthConnectException().getErrorCode()) in testReadMedicalResources_byIds_flagOff_throws()