/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/phr/validations/ |
D | FhirResourceValidatorTest.java | 227 Throwable thrown = in testValidateFhirResource_missingRequiredPrimitiveTypeField_throws() local 245 Throwable thrown = in testValidateFhirResource_unknownField_throws() local 266 Throwable thrown = in testValidateFhirResource_unknownFieldWithUnderscore_throws() local 291 Throwable thrown = in testValidateFhirResource_nonPrimitiveFieldWithUnderscore_throws() local 309 Throwable thrown = in testValidateFhirResource_missingRequiredField_throws() local 334 Throwable thrown = in testValidateFhirResource_requiredNonPrimitiveFieldWithUnderscore_throws() local 360 Throwable thrown = in testValidateFhirResource_missingRequiredMultiTypeField_throws() local 385 Throwable thrown = in testValidateFhirResource_multipleTypesSetRequiredField_throws() local 412 Throwable thrown = in testValidateFhirResource_multipleTypesSetOptionalField_throws() local 434 Throwable thrown = in testValidateFhirResource_primitiveTypeFieldContainsNull_throws() local [all …]
|
/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/policy/ |
D | DeviceStateControllerImplTest.java | 95 ExecutionException thrown = assertThrows(ExecutionException.class, in lockDevice_withProvisionInProgressState_shouldThrowException() local 110 ExecutionException thrown = assertThrows(ExecutionException.class, in lockDevice_withProvisionPausedState_shouldThrowException() local 125 ExecutionException thrown = assertThrows(ExecutionException.class, in lockDevice_withProvisionFailedState_shouldThrowException() local 157 ExecutionException thrown = assertThrows(ExecutionException.class, in lockDevice_withClearDeviceState_shouldThrowException() local 217 ExecutionException thrown = assertThrows(ExecutionException.class, in unlockDevice_withProvisionInProgressState_shouldThrowException() local 232 ExecutionException thrown = assertThrows(ExecutionException.class, in unlockDevice_withProvisionPausedState_shouldThrowException() local 247 ExecutionException thrown = assertThrows(ExecutionException.class, in unlockDevice_withProvisionFailedState_shouldThrowException() local 263 ExecutionException thrown = assertThrows(ExecutionException.class, in unlockDevice_withClearDeviceState_shouldThrowException() local 289 ExecutionException thrown = assertThrows(ExecutionException.class, in clearDevice_withUnprovisionedState_shouldThrowException() local 304 ExecutionException thrown = assertThrows(ExecutionException.class, in clearDevice_withProvisionInProgressState_shouldThrowException() local [all …]
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/hal/ |
D | AudioControlWrapperV2Test.java | 131 IllegalStateException thrown = assertThrows(IllegalStateException.class, in registerFocusListener_throws() local 190 IllegalStateException thrown = assertThrows(IllegalStateException.class, in onAudioFocusChange_throws() local 206 UnsupportedOperationException thrown = assertThrows(UnsupportedOperationException.class, in onDevicesToMuteChange_throws() local 218 UnsupportedOperationException thrown = assertThrows(UnsupportedOperationException.class, in registerAudioGainCallback_throws() local 228 UnsupportedOperationException thrown = assertThrows(UnsupportedOperationException.class, in unregisterAudioGainCallback_throws() local 238 UnsupportedOperationException thrown = assertThrows(UnsupportedOperationException.class, in setModuleChangeCallback_throws() local 249 UnsupportedOperationException thrown = assertThrows(UnsupportedOperationException.class, in clearModuleChangeCallback_throws() local 273 IllegalStateException thrown = assertThrows(IllegalStateException.class, in linkToDeath_throws() local 299 IllegalStateException thrown = assertThrows(IllegalStateException.class, in unlinkToDeath_throws() local 309 Exception thrown = assertThrows(UnsupportedOperationException.class, in getAudioDeviceConfiguration_throws() local [all …]
|
D | AudioControlWrapperV1Test.java | 103 IllegalStateException thrown = assertThrows(IllegalStateException.class, in getBusForContext_throws() local 162 UnsupportedOperationException thrown = assertThrows(UnsupportedOperationException.class, in onDevicesToMuteChange_throws() local 174 UnsupportedOperationException thrown = assertThrows(UnsupportedOperationException.class, in registerAudioGainCallback_throws() local 184 UnsupportedOperationException thrown = assertThrows(UnsupportedOperationException.class, in unregisterAudioGainCallback_throws() local 194 UnsupportedOperationException thrown = assertThrows(UnsupportedOperationException.class, in setModuleChangeCallback_throws() local 204 UnsupportedOperationException thrown = assertThrows(UnsupportedOperationException.class, in clearModuleChangeCallback_throws() local 227 IllegalStateException thrown = assertThrows(IllegalStateException.class, in linkToDeath_throws() local 253 IllegalStateException thrown = assertThrows(IllegalStateException.class, in unlinkToDeath_throws() local 263 Exception thrown = assertThrows(UnsupportedOperationException.class, in getAudioDeviceConfiguration_throws() local 272 Exception thrown = assertThrows(UnsupportedOperationException.class, in getOutputMirroringDevices_throws() local [all …]
|
D | HalAudioDeviceInfoTest.java | 115 Throwable thrown = assertThrows(NullPointerException.class, in constructor_requiresNonNullAudioPort() local 129 Throwable thrown = assertThrows(NullPointerException.class, in constructor_requiresNonNullAudioGains() local 152 Throwable thrown = assertThrows(IllegalStateException.class, in constructor_requiresJointModeAudioGain() local 175 Throwable thrown = assertThrows(IllegalArgumentException.class, in constructor_requiresMaxGainLargerThanMin() local 198 Throwable thrown = assertThrows(IllegalArgumentException.class, in constructor_requiresDefaultGainLargerThanMin() local 221 Throwable thrown = assertThrows(IllegalArgumentException.class, in constructor_requiresDefaultGainSmallerThanMax() local 244 Throwable thrown = assertThrows(IllegalArgumentException.class, in constructor_requiresGainStepSizeFactorOfRange() local 267 Throwable thrown = assertThrows(IllegalArgumentException.class, in constructor_requiresGainStepSizeFactorOfRangeToDefault() local 283 Throwable thrown = assertThrows(IllegalArgumentException.class, in constructor_requiresAudioPortDeviceExt() local 297 Throwable thrown = assertThrows(IllegalArgumentException.class, in constructor_requiresConnectionBus() local [all …]
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/ |
D | FakeVhalConfigParserUnitTest.java | 93 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, in testConfigFileHaveInvalidJsonObject() local 105 var thrown = assertThrows(IllegalArgumentException.class, () -> in testConfigFileInvalidJsonKey() local 116 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> in testConfigFileRootIsNotArray() local 127 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> in testConfigFileRootHasElementIsNotJsonObject() local 139 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> in testParseEachPropertyJsonObjectIsEmpty() local 163 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> in testParsePropertyIdFieldNotExist() local 174 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> in testParsePropertyIdValueNull() local 185 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> in testParsePropertyIdWithWrongValueType() local 208 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> in testParsePropertyIdWithEmptyStringValue() local 220 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> in testParsePropertyIdWithIntStringValue() local [all …]
|
/packages/modules/HealthFitness/tests/cts/phr/src/android/healthconnect/cts/phr/ |
D | CreateMedicalDataSourceRequestTest.java | 117 var thrown = assertThrows(IllegalArgumentException.class, () -> requestBuilder.build()); in testCreateMedicalDataSourceRequestBuilder_maxDisplayNameCharsExceeded_throws() local 127 var thrown = assertThrows(IllegalArgumentException.class, () -> requestBuilder.build()); in testCreateMedicalDataSourceRequestBuilder_emptyDisplayName_throws() local 139 var thrown = assertThrows(IllegalArgumentException.class, () -> requestBuilder.build()); in testCreateMedicalDataSourceRequestBuilder_maxBaseUriCharsExceeded_throws() local 149 var thrown = assertThrows(IllegalArgumentException.class, () -> requestBuilder.build()); in testCreateMedicalDataSourceRequestBuilder_emptyBaseUri_throws() local 161 var thrown = assertThrows(IllegalArgumentException.class, () -> requestBuilder.build()); in testCreateMedicalDataSourceRequestBuilder_unsupportedFhirVersion_throws() local 250 var thrown = in testWriteToParcelThenRestore_displayNameExceedsCharLimit_throws() local 265 var thrown = in testWriteToParcelThenRestore_fhirBaseUriExceedsCharLimit_throws() local 280 var thrown = in testWriteToParcelThenRestore_unsupportedFhirVersion_throws() local
|
/packages/modules/DeviceLock/tests/unittests/src/com/android/server/devicelock/ |
D | DeviceLockControllerConnectorStubTest.java | 96 ExecutionException thrown = assertThrows(ExecutionException.class, in lockDevice_withClearedState_shouldThrowException() local 138 ExecutionException thrown = assertThrows(ExecutionException.class, in unlockDevice_withClearedState_shouldThrowException() local 180 ExecutionException thrown = assertThrows(ExecutionException.class, in clearDeviceRestrictions_withClearedState_shouldThrowException() local 190 ExecutionException thrown = assertThrows(ExecutionException.class, in isDeviceLocked_withUndefinedState_shouldThrownException() local 223 ExecutionException thrown = assertThrows(ExecutionException.class, in isDeviceLocked_withClearedState_shouldThrownException() local
|
/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/adselection/ |
D | AdSelectionConfigValidatorTest.java | 161 IllegalArgumentException thrown = in testVerifyEmptySeller() local 179 IllegalArgumentException thrown = in testVerifyNotDomainNameSeller() local 196 IllegalArgumentException thrown = in testVerifyInvalidSeller() local 218 IllegalArgumentException thrown = in testVerifyNoHostSeller() local 235 IllegalArgumentException thrown = in testVerifyNoHostDecisionLogicUri() local 258 IllegalArgumentException thrown = in testVerifyInconsistentSellerUris() local 281 IllegalArgumentException thrown = in testVerifyTrustedScoringSignalsUriIsRelative() local 303 IllegalArgumentException thrown = in testVerifyTrustedScoringSignalsUriIsNotHTTPS() local 329 IllegalArgumentException thrown = in testVerifyInconsistentSellerUrisByPrefix() local 366 IllegalArgumentException thrown = in testContextualAdsDecisionLogicEtldMismatch() local
|
/packages/modules/AdServices/shared/tests/side-less/java/com/android/adservices/shared/testing/device/ |
D | DeviceConfigShellCmdImplTest.java | 112 var thrown = in testSetSyncDisabledMode_failedBecauseOutIsNotEmpty() local 130 var thrown = in testSetSyncDisabledMode_failedBecauseErrIsNotEmpty() local 164 var thrown = in testGetSyncDisabledModeInvalidResultForSLevels() local 181 var thrown = in testGetSyncDisabledMode_invalidResult_TPlus() local 231 var thrown = in testGetSyncDisabledModeForSLevelsWhenCmdReturnedStandardError() local 264 var thrown = in testGetSyncDisabledMode_TPlus_cmdReturnedStandardError() local
|
D | AbstractDeviceGatewayTest.java | 68 var thrown = in testRunShellCommand_withFormatting_errOnly() local 83 var thrown = in testRunShellCommand_noFormatting_errOnly() local 99 var thrown = in testRunShellCommand_withFormatting_outAndErr() local 115 var thrown = in testRunShellCommand_noFormatting_outAndErr() local
|
/packages/modules/AdServices/sdksandbox/tests/cts/inprocess/src/com/android/sdksandbox/tests/cts/inprocess/ |
D | SdkSandboxRestrictionsTest.java | 82 UnsupportedSchemeException thrown = assertThrows( in testNoWidevineAccess() local 107 SecurityException thrown = in testCannotRequestPermissions() local 122 SecurityException thrown = in testNoImplicitIntents() local 131 SecurityException thrown = in testSendBroadcastsRestrictions_withAction() local 141 SecurityException thrown = in testSendBroadcastRestrictions_withoutAction() local 273 SecurityException thrown = in testSandboxCannotAccess_StorageAccessFramework() local
|
/packages/services/Car/tests/CarLibUnitTest/src/android/car/oem/ |
D | OemCarAudioFocusEvaluationRequestUnitTest.java | 135 IllegalStateException thrown = assertThrows(IllegalStateException.class, () -> in builder_withReuse_fails() local 186 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> in setFocusHolders_withNullHolders_fails() local 209 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> in addFocusHolders_withNullHolder_fails() local 232 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> in setFocusLosers_withNullLosers_fails() local 255 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> in addFocusLosers_withNullLosers_fails() local 278 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> in setMutedVolumeGroups_withNullGroups_fails() local 301 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> in addMutedVolumeGroups_withNullGroups_fails() local 314 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> in setAudioFocusRequest_withNullGroups_fails() local
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/ |
D | CarAudioMirrorRequestHandlerTest.java | 112 NullPointerException thrown = assertThrows(NullPointerException.class, () -> { in registerAudioZonesMirrorStatusCallback_withNullCallback_fails() local 123 NullPointerException thrown = assertThrows(NullPointerException.class, () -> { in unregisterAudioZonesMirrorStatusCallback_withNullCallback_fails() local 205 NullPointerException thrown = assertThrows(NullPointerException.class, () -> { in setMirrorDeviceInfos_withNullMirrorDeviceAddress() local 268 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, in getAudioDeviceInfo_forInvalidRequestIdFails() local 303 NullPointerException thrown = assertThrows(NullPointerException.class, () -> { in enableMirrorForZones_withNullZoneIds_fails() local 313 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> { in enableMirrorForZones_withInvalidRequestId() local 368 NullPointerException thrown = assertThrows(NullPointerException.class, in rejectMirrorForZones_withNullZones_fails() local 381 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, in rejectMirrorForZones_withEmptyZones_fails() local 460 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> { in verifyValidRequestId_withNoLongerValidRequest() local 470 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> { in verifyValidRequestId_withInvalidRequestId() local
|
D | CarAudioZonesHelperImplUnitTest.java | 775 IllegalArgumentException thrown = in loadAudioZones_versionOneFailsOnAudioZoneId() local 794 IllegalArgumentException thrown = in loadAudioZones_versionOneFailsOnOccupantZoneId() local 922 IllegalArgumentException thrown = in loadAudioZones_failsOnDuplicateOccupantZoneId() local 941 IllegalArgumentException thrown = in loadAudioZones_failsOnDuplicateAudioZoneId() local 961 IllegalArgumentException thrown = in loadAudioZones_failsOnDuplicateZoneConfigName() local 982 IllegalArgumentException thrown = in loadAudioZones_failsOnEmptyZoneConfigName() local 1003 NullPointerException thrown = in loadAudioZones_failsOnMissingZoneConfigName() local 1024 IllegalArgumentException thrown = in loadAudioZones_failsOnPrimaryZoneWithMultipleConfigs() local 1046 IllegalArgumentException thrown = in loadAudioZones_failsOnEmptyInputDeviceAddress() local 1065 IllegalArgumentException thrown = in loadAudioZones_failsOnNonNumericalAudioZoneId() local [all …]
|
D | CarAudioContextInfoTest.java | 55 NullPointerException thrown = assertThrows(NullPointerException.class, () -> { in constructor_withNullAttributes_fails() local 66 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> { in constructor_withEmptyAudioAttributes_fails() local 77 NullPointerException thrown = assertThrows(NullPointerException.class, () -> { in constructor_withNullName_fails() local 88 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> { in constructor_withEmptyName_fails() local 99 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> { in constructor_withNegativeId_fails() local
|
D | CarAudioFadeConfigurationHelperUnitTest.java | 72 MissingResourceException thrown = assertThrows(MissingResourceException.class, in constructor_withoutConfigs_fails() local 85 NullPointerException thrown = assertThrows(NullPointerException.class, in constructor_configWithNoName_fails() local 98 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, in constructor_configWithEmptyName_fails() local
|
/packages/services/Car/tests/CarLibUnitTest/src/android/car/media/ |
D | CarVolumeGroupInfoUnitTest.java | 144 NullPointerException thrown = assertThrows(NullPointerException.class, () -> in build_buildsGroupInfo_withNullAudioDevices_fails() local 179 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, in build_buildsGroupInfo_withMinActivationVolumeOutOfMinMaxRange_fails() local 192 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, in build_buildsGroupInfo_withMaxActivationVolumeOutOfMinMaxRange_fails() local 206 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, in build_buildsGroupInfo_withMinLargerThanMaxActivationVolume_fails() local 233 NullPointerException thrown = assertThrows(NullPointerException.class, () -> in build_withNullName_fails() local 272 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, in setMaxVolumeGainIndex_withMinLargerThanMax_buildFails() local 285 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, in setVolumeGainIndex_withGainOutOfMinMaxRange_buildFails() local 326 NullPointerException thrown = assertThrows(NullPointerException.class, in setAudioAttribute_withNull_buildFails() local 344 IllegalStateException thrown = assertThrows(IllegalStateException.class, () -> in builder_withReuse_fails() local
|
D | CarAudioManagerUnitTest.java | 641 NullPointerException thrown = assertThrows(NullPointerException.class, () -> in registerCarVolumeGroupEventCallback_withNullExecutor_fails() local 652 NullPointerException thrown = assertThrows(NullPointerException.class, () -> in registerCarVolumeGroupEventCallback_withNullCallback_fails() local 702 NullPointerException thrown = assertThrows(NullPointerException.class, () -> in unregisterCarVolumeGroupEventCallback_withNullCallback_fails() local 955 NullPointerException thrown = assertThrows(NullPointerException.class, () -> in switchAudioZoneToConfig_withNullConfig_fails() local 966 NullPointerException thrown = assertThrows(NullPointerException.class, () -> in switchAudioZoneToConfig_withNullExecutor_fails() local 977 NullPointerException thrown = assertThrows(NullPointerException.class, () -> in switchAudioZoneToConfig_withNullCallback_fails() local 999 NullPointerException thrown = assertThrows(NullPointerException.class, () -> in setAudioZoneConfigsChangeCallback_withNullExecutor_fails() local 1009 NullPointerException thrown = assertThrows(NullPointerException.class, () -> in setAudioZoneConfigsChangeCallback_withNullCallback_fails() local 1031 IllegalStateException thrown = assertThrows(IllegalStateException.class, () -> in setAudioZoneConfigsChangeCallback_multipleTimes_fails() local 1109 NullPointerException thrown = assertThrows(NullPointerException.class, () -> in setPrimaryZoneMediaAudioRequestCallback_withNullExecutor_fails() local [all …]
|
D | CarVolumeGroupEventUnitTest.java | 106 IllegalStateException thrown = assertThrows(IllegalStateException.class, () -> in builder_withReuse_fails() local 115 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> in build_withNullVolumeGroupInfo_fails() local 127 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> in build_withNullExtraInfo_fails() local 139 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> in addCarVolumeGroupInfo_withNullEntry_fails() local 180 IllegalArgumentException thrown = assertThrows(IllegalArgumentException.class, () -> in setExtraInfos_withNullEntry_fails() local
|
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/ |
D | CleanupTest.kt | 73 val thrown = assertFailsWith<TestException1> { in testThrowTry() constant 91 val thrown = assertFailsWith<TestException2> { in testThrowCleanup() constant 109 val thrown = assertFailsWith<TestException1> { in testThrowBoth() constant 178 val thrown = assertFailsWith<TestException2> { in testThrowInCatch() constant 197 val thrown = assertFailsWith<AssertionError> { in testAssertionErrorInCatch() constant 216 val thrown = assertFailsWith<TestException1> { in testMultipleCleanups() constant
|
/packages/modules/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/ |
D | SafetyCenterManagerTest.kt | 189 val thrown = in setSafetySourceData_unknownId_throwsIllegalArgumentException() constant 201 val thrown = in setSafetySourceData_staticId_throwsIllegalArgumentException() constant 215 val thrown = in setSafetySourceData_differentPackage_throwsIllegalArgumentException() constant 236 val thrown = in setSafetySourceData_wronglySignedPackage_throwsIllegalArgumentException() constant 266 val thrown = in setSafetySourceData_invalidPackageCertificate_throwsIllegalArgumentException() constant 280 val thrown = in setSafetySourceData_sourceInStatelessGroupNotUnspecified_throwsIllegalArgumentException() constant 298 val thrown = in setSafetySourceData_nullUnknownId_throwsIllegalArgumentException() constant 310 val thrown = in setSafetySourceData_nullStaticId_throwsIllegalArgumentException() constant 324 val thrown = in setSafetySourceData_nullDifferentPackage_throwsIllegalArgumentException() constant 341 val thrown = in setSafetySourceData_issueOnlyWithStatus_throwsIllegalArgumentException() constant [all …]
|
/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/ |
D | TimeRangeFilterTest.java | 116 Throwable thrown = assertThrows(IllegalArgumentException.class, builder::build); in instantTimeRange_startTimeNotLaterThanEndTime_throws() local 129 Throwable thrown = assertThrows(IllegalArgumentException.class, builder::build); in localTimeRange_startTimeNotLaterThanEndTime_throws() local 139 Throwable thrown = in instantTimeRange_bothEndsOpen_throws() local 150 Throwable thrown = in localTimeRange_bothEndsOpen_throws() local
|
/packages/services/Car/tests/CarLibUnitTest/src/android/car/util/concurrent/ |
D | AndroidFutureTest.java | 77 ExecutionException thrown = assertThrows(ExecutionException.class, in testCompleteExceptionally_uncompleted() local 211 ExecutionException thrown = assertThrows(ExecutionException.class, () -> fromParcel.get()); in testWriteToParcel_completedExceptionally() local 238 ExecutionException thrown = in testWriteToParcel_uncompleted_Exception() local 258 ExecutionException thrown = assertThrows(ExecutionException.class, () -> future.get()); in testSupply_futureThrowingException() local 283 ExecutionException thrown = assertThrows(ExecutionException.class, () -> farFuture.get()); in testThenApply_functionThrowingException() local 310 ExecutionException thrown = assertThrows(ExecutionException.class, in testThenCompose_functionThrowingException() local 341 ExecutionException thrown = assertThrows(ExecutionException.class, in testThenCombine_functionThrowingException() local
|
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/permissions/data/ |
D | MedicalPermissionTypeTest.kt | 56 val thrown = in fromMedicalResourceType_notSupported_throws() constant 69 val thrown = in toMedicalResourceType_allMedicalData_throws() constant
|