Searched refs:buildDummyIpSecUdpEncapResponse (Results 1 – 2 of 2) sorted by relevance
83 .thenReturn(MockIpSecTestUtils.buildDummyIpSecUdpEncapResponse(12345)); in setUp()87 .thenReturn(MockIpSecTestUtils.buildDummyIpSecUdpEncapResponse(23456)); in setUp()
80 public static IpSecUdpEncapResponse buildDummyIpSecUdpEncapResponse(int port) throws Exception { in buildDummyIpSecUdpEncapResponse() method in MockIpSecTestUtils