Searched refs:testChildSession (Results 1 – 1 of 1) sorted by relevance
113 Session testChildSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testStartInvisibleChildSession() local114 assertEquals( TEST_CHILD_NAME, testChildSession.getShortMethodName()); in testStartInvisibleChildSession()115 assertTrue(testChildSession.isStartedFromActiveSession()); in testStartInvisibleChildSession()116 assertNotNull(testChildSession.getParentSession()); in testStartInvisibleChildSession()117 assertEquals(TEST_PARENT_NAME, testChildSession.getParentSession().getShortMethodName()); in testStartInvisibleChildSession()118 assertFalse(testChildSession.isSessionCompleted()); in testStartInvisibleChildSession()119 assertFalse(testChildSession.getParentSession().isSessionCompleted()); in testStartInvisibleChildSession()159 Session testChildSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testEndInvisibleChildSession() local168 assertTrue(testChildSession.isSessionCompleted()); in testEndInvisibleChildSession()