Searched refs:onRpcError (Results 1 – 2 of 2) sorted by relevance
132 verify(testHelper, never()).onRpcError(any(Throwable.class)); in getFeature()159 verify(testHelper).onRpcError(errorCaptor.capture()); in getFeature_error()198 verify(testHelper, never()).onRpcError(any(Throwable.class)); in listFeatures()236 verify(testHelper).onRpcError(errorCaptor.capture()); in listFeatures_error()305 verify(testHelper, never()).onRpcError(any(Throwable.class)); in recordRoute()349 verify(testHelper).onRpcError(errorCaptor.capture()); in recordRoute_serverError()423 verify(testHelper, never()).onRpcError(any(Throwable.class)); in routeChat_simpleResponse()471 verify(testHelper, never()).onRpcError(any(Throwable.class)); in routeChat_echoResponse()515 verify(testHelper).onRpcError(errorCaptor.capture()); in routeChat_errorResponse()
83 testHelper.onRpcError(e); in getFeature()124 testHelper.onRpcError(e); in listFeatures()152 testHelper.onRpcError(t); in recordRoute()217 testHelper.onRpcError(t); in routeChat()320 void onRpcError(Throwable exception); in onRpcError() method