Home
last modified time | relevance | path

Searched refs:failure2 (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/testing/concurrency/
DOnFailableResultSyncCallbackTestCase.java32 F failure2 = newFailure(); in testNewFailure() local
33 expect.withMessage("2nd failure").that(failure2).isNotNull(); in testNewFailure()
34 expect.withMessage("2nd failure").that(failure2).isNotSameInstanceAs(failure1); in testNewFailure()
DFailableResultSyncCallbackTestCase.java58 F failure2 = newFailure(); in testNewFailureAndGetClassOfDifferentFailure() local
59 expect.withMessage("2nd failure").that(failure2).isNotNull(); in testNewFailureAndGetClassOfDifferentFailure()
60 expect.withMessage("2nd failure").that(failure2).isNotSameInstanceAs(failure1); in testNewFailureAndGetClassOfDifferentFailure()
61 expect.withMessage("2nd failure").that(failure2).isNotInstanceOf(clazz1); in testNewFailureAndGetClassOfDifferentFailure()
/packages/modules/AppSearch/testing/coretests/src/android/app/appsearch/external/app/
DSetSchemaResponseInternalTest.java39 SetSchemaResponse.MigrationFailure failure2 = in testRebuild() local
64 .addMigrationFailure(failure2) in testRebuild()
77 assertThat(rebuild.getMigrationFailures()).containsExactly(failure1, failure2); in testRebuild()