Home
last modified time | relevance | path

Searched defs:fakeError (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/grpc-grpc-java/examples/src/test/java/io/grpc/examples/routeguide/
H A DRouteGuideClientTest.java138 final StatusRuntimeException fakeError = new StatusRuntimeException(Status.DATA_LOSS); in getFeature_error() local
205 final StatusRuntimeException fakeError = new StatusRuntimeException(Status.INVALID_ARGUMENT); in listFeatures_error() local
314 final StatusRuntimeException fakeError = new StatusRuntimeException(Status.INVALID_ARGUMENT); in recordRoute_serverError() local
476 final StatusRuntimeException fakeError = new StatusRuntimeException(Status.PERMISSION_DENIED); in routeChat_errorResponse() local
/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/
Dfakedb_test.go102 type fakeError struct { struct
103 Message string
104 Wrapped error
107 func (err fakeError) Error() string {
111 func (err fakeError) Unwrap() error {
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/tracing/
H A DTracedUnaryCallableTest.java112 RuntimeException fakeError = new RuntimeException("fake error"); in testOperationFailed() local
121 RuntimeException fakeError = new RuntimeException("fake error"); in testSyncError() local
H A DTracedBatchingCallableTest.java114 RuntimeException fakeError = new RuntimeException("fake error"); in testOperationFailed() local
123 RuntimeException fakeError = new RuntimeException("fake error"); in testSyncError() local
H A DTracedOperationCallableTest.java140 RuntimeException fakeError = new RuntimeException("fake error"); in testOperationFailed() local
149 RuntimeException fakeError = new RuntimeException("fake error"); in testSyncError() local
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/batching/
H A DBatcherImplTest.java240 final Exception fakeError = new RuntimeException(); in testResultFailureAfterRPCFailure() local
281 final RuntimeException fakeError = new RuntimeException("internal exception"); in testExceptionInDescriptor() local
320 final RuntimeException fakeError = new RuntimeException("internal exception"); in testExceptionInDescriptorErrorHandling() local
/aosp_15_r20/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
H A DMoreInProcessTest.java140 final Status fakeError = Status.INVALID_ARGUMENT; in asyncClientStreaming_serverErrorPriorToRequest() local
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/rpc/
H A DServerStreamTest.java195 RuntimeException fakeError = new RuntimeException("fake"); in testNoErrorsBetweenHasNextAndNext() local