Home
last modified time | relevance | path

Searched refs:futureException (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/js/
DJavaScriptSandboxProviderTest.java94 Exception futureException = assertThrows(ExecutionException.class, getFutureInstance); in testJsSandboxProviderCreateFailsIfSandboxNotSupported() local
95 assertThat(futureException) in testJsSandboxProviderCreateFailsIfSandboxNotSupported()
DJSScriptEngineTest.java188 Exception futureException = assertThrows(ExecutionException.class, getFutureInstance); in testProviderFailsIfJSSandboxNotAvailableInWebViewVersion() local
189 assertThat(futureException) in testProviderFailsIfJSSandboxNotAvailableInWebViewVersion()
227 Exception futureException = assertThrows(ExecutionException.class, getFutureInstance); in testEngineFailsIfJSSandboxNotAvailableInWebViewVersion() local
228 assertThat(futureException) in testEngineFailsIfJSSandboxNotAvailableInWebViewVersion()