Searched refs:contextCaptor (Results 1 – 1 of 1) sorted by relevance
340 ArgumentCaptor<ChannelHandlerContext> contextCaptor = in httpProxy_completes() local342 Mockito.verify(mockHandler).channelActive(contextCaptor.capture()); in httpProxy_completes()343 ChannelHandlerContext serverContext = contextCaptor.getValue(); in httpProxy_completes()404 ArgumentCaptor<ChannelHandlerContext> contextCaptor = in httpProxy_500() local406 Mockito.verify(mockHandler).channelActive(contextCaptor.capture()); in httpProxy_500()407 ChannelHandlerContext serverContext = contextCaptor.getValue(); in httpProxy_500()