Searched refs:effectiveInterceptors (Results 1 – 2 of 2) sorted by relevance
270 List<ClientInterceptor> effectiveInterceptors = builder.getEffectiveInterceptors(); in getEffectiveInterceptors_default() local271 assertEquals(3, effectiveInterceptors.size()); in getEffectiveInterceptors_default()272 assertThat(effectiveInterceptors.get(0)) in getEffectiveInterceptors_default()274 assertThat(effectiveInterceptors.get(1)) in getEffectiveInterceptors_default()276 assertThat(effectiveInterceptors.get(2)).isSameAs(DUMMY_USER_INTERCEPTOR); in getEffectiveInterceptors_default()283 List<ClientInterceptor> effectiveInterceptors = builder.getEffectiveInterceptors(); in getEffectiveInterceptors_disableStats() local284 assertEquals(2, effectiveInterceptors.size()); in getEffectiveInterceptors_disableStats()285 assertThat(effectiveInterceptors.get(0)) in getEffectiveInterceptors_disableStats()287 assertThat(effectiveInterceptors.get(1)).isSameAs(DUMMY_USER_INTERCEPTOR); in getEffectiveInterceptors_disableStats()294 List<ClientInterceptor> effectiveInterceptors = builder.getEffectiveInterceptors(); in getEffectiveInterceptors_disableTracing() local[all …]
420 List<ClientInterceptor> effectiveInterceptors = in getEffectiveInterceptors() local431 effectiveInterceptors.add( in getEffectiveInterceptors()439 effectiveInterceptors.add(0, censusTracing.getClientInterceptor()); in getEffectiveInterceptors()441 return effectiveInterceptors; in getEffectiveInterceptors()