Searched refs:getSessionID (Results 1 – 4 of 4) sorted by relevance
74 assertEquals(TEST_SESSION_ID, sppResponseMessage.getSessionID()); in verifySppSoapResponseWithoutErrorAttribute()105 assertEquals(TEST_SESSION_ID, sppResponseMessage.getSessionID()); in verifySppSoapResponseWithErrorAttribute()
110 public String getSessionID() { in getSessionID() method in SppResponseMessage
246 when(mExchangeCompleteMessage.getSessionID()).thenReturn(TEST_SESSION_ID); in setUp()251 when(mSppResponseMessage.getSessionID()).thenReturn(TEST_SESSION_ID); in setUp()
475 mSessionId = devDataResponse.getSessionID(); in handleSoapMessageResponse()