Searched refs:mockException (Results 1 – 1 of 1) sorted by relevance
1053 IkeProtocolException mockException = mock(IkeProtocolException.class); in testReportIwlanErrorIkeProtocolException() local1055 .when(mockException) in testReportIwlanErrorIkeProtocolException()1057 doReturn(new byte[0]).when(mockException).getErrorData(); in testReportIwlanErrorIkeProtocolException()1058 IwlanError error = new IwlanError(mockException); in testReportIwlanErrorIkeProtocolException()1069 .onClosedExceptionally(mockException); in testReportIwlanErrorIkeProtocolException()