Searched refs:mockSaProposal (Results 1 – 1 of 1) sorted by relevance
4472 IkeSaProposal mockSaProposal = mock(IkeSaProposal.class); in testHandleUnexpectedExceptionInEnterState() local4473 when(mockSaProposal.getDhGroupTransforms()) in testHandleUnexpectedExceptionInEnterState()4475 when(mockSessionParams.getSaProposals()).thenReturn(Arrays.asList(mockSaProposal)); in testHandleUnexpectedExceptionInEnterState()