Searched refs:mMockIkeSession (Results 1 – 2 of 2) sorted by relevance
57 verify(mMockIkeSession).close(); in testIkeSessionClosed()58 verify(mMockIkeSession, never()).kill(); in testIkeSessionClosed()74 verify(mMockIkeSession).kill(); in testTimeoutExpired()
184 protected VcnIkeSession mMockIkeSession; field in VcnGatewayConnectionTestBase267 mMockIkeSession = mock(VcnIkeSession.class); in setUp()268 doReturn(mMockIkeSession).when(mDeps).newIkeSession(any(), any(), any(), any(), any()); in setUp()